Auralogs

Read-only access to Auralogs production logs and AI analyses.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data

What it can do

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

What data it sees

Do you need an account

An API key from the service settings is required

Read-only access to Auralogs production logs and AI analyses. Agents search logs, inspect errors with full stack traces and metadata, and review diagnoses with suggested fixes. 7 tools, no write operations; keys are project-scoped and revocable instantly. Free tier: 10,000 logs/month.

Server tool list (7)

Raw names from tools/list. Only developers need these.

list_projectsList projects accessible to the current read key (one project for v1).
get_projectGet a project by id. Must match the read key's scoped project.
list_logsList logs for the scoped project, optionally filtered by level/since/until.
search_logsFull-text search log messages for the scoped project.
get_logGet a single log row by id, with full context (stack, metadata).
list_analysesList 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/critical), type (reactive/scheduled).
get_analysisGet a single analysis by id (diagnosis, suggested fix, PR link if any).