Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-03-26 streamable-http

Auralogs

ai.auralogs/auralogs

Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.

Uptime
17.8%
135 probes
Response
142ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

list_projects

List projects accessible to the current read key (one project for v1).

get_project

Get a project by id. Must match the read key's scoped project.

list_logs

List logs for the scoped project, optionally filtered by level/since/until.

search_logs

Full-text search log messages for the scoped project.

get_log

Get a single log row by id, with full context (stack, metadata).

list_analyses

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_analysis

Get a single analysis by id (diagnosis, suggested fix, PR link if any).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "auralogs": {
      "url": "https://mcp.auralogs.ai/mcp",
      "transport": "streamable-http"
    }
  }
}