Auralogs Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Auralogs Mcp (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="logo.png" alt="Auralogs" width="120" height="120"> </p>
Hosted, read-only MCP server for Auralogs, the logging platform built for AI-assisted teams. Connect Claude Code, Claude Desktop, Cursor, Codex, Cline, or any Streamable HTTP MCP client to your production logs, then ask your agent "what's broken in production right now?" instead of copy-pasting stack traces.
https://mcp.auralogs.ai/mcp (Streamable HTTP)Authorization: Bearer aura_read_... (project-scoped read key)| Tool | Description |
|---|---|
list_projects | List projects accessible to the current read key |
get_project | Get a project by id |
list_logs | List logs, filtered by level and time range |
search_logs | Full-text search across log messages |
get_log | Get a single log with full context (stack, metadata) |
list_analyses | List AI analyses, filtered by severity and type |
get_analysis | Get one analysis (diagnosis, suggested fix, PR link) |
Keys look like aura_read_..., are scoped to one project, and can be revoked instantly from the dashboard.
claude mcp add --transport http auralogs https://mcp.auralogs.ai/mcp \
--header "Authorization: Bearer aura_read_YOUR_KEY"Add to claude_desktop_config.json:
{
"mcpServers": {
"auralogs": {
"transport": {
"type": "http",
"url": "https://mcp.auralogs.ai/mcp",
"headers": {
"Authorization": "Bearer aura_read_YOUR_KEY"
}
}
}
}
}Click the Add to Cursor badge above, or add to .cursor/mcp.json:
{
"mcpServers": {
"auralogs": {
"url": "https://mcp.auralogs.ai/mcp",
"headers": {
"Authorization": "Bearer aura_read_YOUR_KEY"
}
}
}
}Add via the Remote Servers tab, or in cline_mcp_settings.json:
{
"mcpServers": {
"auralogs": {
"url": "https://mcp.auralogs.ai/mcp",
"headers": {
"Authorization": "Bearer aura_read_YOUR_KEY"
}
}
}
}See auralogs-codex for the Codex plugin, or use any standard remote MCP configuration.
The server speaks standard MCP over Streamable HTTP with bearer auth. Smoke-test with curl:
curl -X POST https://mcp.auralogs.ai/mcp \
-H "Authorization: Bearer aura_read_YOUR_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"0"}}}'A 200 with result.serverInfo.name = "auralogs" confirms auth and transport.
Once connected, ask your agent:
401 on the next request.Full documentation: docs.auralogs.ai/read-api
This repo holds the public metadata for the hosted Auralogs MCP server: the MCP Registry server.json, install instructions, and listing assets. The server itself is a hosted service; there is nothing to install from here.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.