Auralogs
ai.auralogs/auralogsRead-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
Tools · 7
List projects accessible to the current read key (one project for v1).
Get a project by id. Must match the read key's scoped project.
List logs for the scoped project, optionally filtered by level/since/until.
Full-text search log messages for the scoped project.
Get a single log row by id, with full context (stack, metadata).
List active analyses for the scoped project. Archived analyses (triaged from the dashboard) are excluded by default; pass include_archived=true to see them. Optional filters: severity (low/medium/high…
Get a single analysis by id (diagnosis, suggested fix, PR link if any).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"auralogs": {
"url": "https://mcp.auralogs.ai/mcp",
"transport": "streamable-http"
}
}
}