Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Auralogs.
list_projectsList projects accessible to the current read key
get_projectGet a project by id
list_logsList logs, filtered by level and time range
search_logsFull-text search across log messages
get_logGet a single log with full context (stack, metadata)
list_analysesList AI analyses, filtered by severity and type
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.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/auralogs)<a href="https://allmcps.com/mcp/auralogs"><img src="https://allmcps.com/api/badge/auralogs?style=directory" alt="Auralogs on AllMCPs" /></a>