Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
claude mcp add auralogs --transport http https://mcp.auralogs.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"auralogs": {
"url": "https://mcp.auralogs.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"auralogs": {
"serverUrl": "https://mcp.auralogs.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"auralogs": {
"type": "http",
"url": "https://mcp.auralogs.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"auralogs": {
"url": "https://mcp.auralogs.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"auralogs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.auralogs.ai/mcp"
]
}
}
}
{
"type": "object",
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"type": "object",
"properties": {
"project_id": {
"type": "string"
}
},
"required": [
"project_id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"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#"
}
{
"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#"
}
{
"type": "object",
"properties": {
"log_id": {
"type": "string"
}
},
"required": [
"log_id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
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#"
}
{
"type": "object",
"properties": {
"analysis_id": {
"type": "string"
}
},
"required": [
"analysis_id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.auralogs.ai/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/ai.auralogs--auralogs/reviews or the review_server meta-tool.
POST /mcp