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

Auralogs

ai.auralogs/auralogs

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

Uptime
1.9%
52 probes
Response
166ms
last probe
Tools
7
callable

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).

Similar MCP servers embedding-nearest

VMware Log Insight
Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.
0 tools
auralogs
Metadata-only Glama MCP connector.
0 tools · http
io.github.rog0x/log
Log parse, filter, analyze for AI agents
0 tools
Dreamlit live
Create, test, publish, and manage Dreamlit notification workflows from AI clients.
11 tools · streamable-http
Arcology Knowledge Node live
Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries.
9 tools · streamable-http
QueryBear
Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.
0 tools · streamable-http

How to use

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

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