The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Auralogs listing page.
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.
Add to claude_desktop_config.json:
Click the Add to Cursor badge above, or add to .cursor/mcp.json:
Add via the Remote Servers tab, or in cline_mcp_settings.json:
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:
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.