
Auralogs
@auralogs-ai
Hosted, read-only MCP server for Auralogs production logs. Agents search logs, inspect errors with full stack and metadata, and review AI analyses (diagnosis, suggested fix, PR link) over Streamable HTTP with a project-scoped read key. Free tier: 10,000 logs/month.
Overview
What is Auralogs?
Auralogs is a hosted, read-only MCP server for the Auralogs logging platform, designed for AI-assisted teams. It connects Claude, Cursor, Cline, Codex, or any Streamable HTTP MCP client to production logs so agents can query log data and analyses directly.
How to use Auralogs?
Obtain a project-scoped read key (aura_read_...) from the Auralogs dashboard. Then configure your MCP client with endpoint https://mcp.auralogs.ai/mcp and the header Authorization: Bearer aura_read_YOUR_KEY. For Claude Desktop, add the configuration to claude_desktop_config.json; for Claude Code, use claude mcp add --transport http auralogs https://mcp.auralogs.ai/mcp --header "Authorization: Bearer aura_read_YOUR_KEY".
Key features of Auralogs
- Read-only by design (no write tools exist)
- Uses standard MCP over Streamable HTTP
- Rate limited to 60 requests per minute per key
- Supports Claude Desktop, Claude Code, Cursor, Cline, and Codex
- Keys are project-scoped and instantly revocable
- Full-text search across log messages and AI analyses
Use cases of Auralogs
- Ask an AI agent “What’s broken in production right now?” without copy‑pasting stack traces
- Query recent error logs and search for patterns
- Review the latest high‑severity AI analysis with diagnosis, suggested fix, and PR link
- Integrate production log inspection directly into coding workflows inside MCP‑compatible IDEs
FAQ from Auralogs
What is the server endpoint?
The endpoint is https://mcp.auralogs.ai/mcp using Streamable HTTP transport.
How do I authenticate?
Use bearer authentication with a project‑scoped read key (aura_read_...) passed in the Authorization header.
Is the MCP server read-only?
Yes. The server exposes only read tools (e.g., list_logs, search_logs, get_analysis). No write operations are available.
What are the rate limits?
Rate limit is 60 requests per minute per key.
How do I get a read key?
Sign up for free at auralogs.ai, create a project, and copy the MCP/API read key from the startup modal or from Settings → API & MCP keys → Read keys.