← All servers

Auralogs

ai.auralogs/auralogs v0.1.0
QS 55 Official Registry search

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add auralogs --transport http https://mcp.auralogs.ai/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "auralogs": {
      "url": "https://mcp.auralogs.ai/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "auralogs": {
      "serverUrl": "https://mcp.auralogs.ai/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "auralogs": {
      "type": "http",
      "url": "https://mcp.auralogs.ai/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "auralogs": {
      "url": "https://mcp.auralogs.ai/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "auralogs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.auralogs.ai/mcp"
      ]
    }
  }
}

Tools (7 indexed · scanned 7/13/2026 · screened)

list_projects List projects accessible to the current read key (one project for v1).
{
  "type": "object",
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_project Get a project by id. Must match the read key's scoped project.
{
  "type": "object",
  "properties": {
    "project_id": {
      "type": "string"
    }
  },
  "required": [
    "project_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_logs List logs for the scoped project, optionally filtered by level/since/until.
{
  "type": "object",
  "properties": {
    "level": {
      "type": "string",
      "enum": [
        "debug",
        "info",
        "warn",
        "error",
        "fatal"
      ]
    },
    "since": {
      "type": "string"
    },
    "until": {
      "type": "string"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 200
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "maxLength": 64
    },
    "project_id": {
      "type": "string"
    }
  },
  "required": [
    "project_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
search_logs Full-text search log messages for the scoped project.
{
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "minLength": 1,
      "maxLength": 512
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 200
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "maxLength": 64
    },
    "project_id": {
      "type": "string"
    }
  },
  "required": [
    "q",
    "project_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_log Get a single log row by id, with full context (stack, metadata).
{
  "type": "object",
  "properties": {
    "log_id": {
      "type": "string"
    }
  },
  "required": [
    "log_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_analyses List active analyses for the scoped project. Archived analyses (triaged from the dashboard) are excluded by default; pas…

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/critical), type (reactive/scheduled).

{
  "type": "object",
  "properties": {
    "severity": {
      "type": "string",
      "enum": [
        "low",
        "medium",
        "high",
        "critical"
      ]
    },
    "type": {
      "type": "string",
      "enum": [
        "reactive",
        "scheduled"
      ]
    },
    "include_archived": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string",
          "enum": [
            "true",
            "false",
            "1",
            "0"
          ]
        }
      ]
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 200
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "maxLength": 64
    },
    "project_id": {
      "type": "string"
    }
  },
  "required": [
    "project_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_analysis Get a single analysis by id (diagnosis, suggested fix, PR link if any).
{
  "type": "object",
  "properties": {
    "analysis_id": {
      "type": "string"
    }
  },
  "required": [
    "analysis_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Remote endpoints

TransportURLAuth headers
streamable-http https://mcp.auralogs.ai/mcp
Authorization: •••••• (required)

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/ai.auralogs--auralogs/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent