2026-07-28).
Instead of copying logs or query snippets back and forth into chat windows, your AI tools can inspect traces, query metrics, search structured logs, check service health, and run root cause investigations on production incidents in real time.
Security & Tenant Isolation. The MCP server is a read-only transport over aiAxonIQ’s cost-guarded query layer. Tenants cannot be spoofed, ClickHouse queries have a strict 200,000,000 estimated-row ceiling, and write actions require an explicit human confirmation token.
Capabilities and Tools
The MCP server exposes 12 production-ready tools (11 read-only analysis tools and 1 human-confirmed remediation tool):Connecting Clients
Claude Desktop & Claude Code
Add the aiAxonIQ MCP server to your Claude configuration file (claude_desktop_config.json):
Cursor & Windsurf
In Cursor or Windsurf, navigate to Settings → Features → MCP Servers and click Add New MCP Server:- Name:
aiAxonIQ - Type:
command - Command:
npx -y @aiaxoniq/mcp-server - Environment Variables:
AIAXONIQ_API_KEY: Your service account or user API key.AIAXONIQ_ENDPOINT:https://app.aiaxoniq.com.
Safety Guarantees
1
Tenant Sandboxing
The MCP server extracts tenant context strictly from verified cryptographic API tokens. No caller argument can specify or override tenant ID, account ID, or target database tables.
2
Cost Guard Protection
Every forensic query against ClickHouse is subject to cost-guard verification. Queries exceeding resource budgets or estimated row limits are safely bounded.
3
Sealed Write Confirmation
The
remediate_incident tool cannot execute autonomously. It returns a cryptographically signed confirmation challenge. The action only executes when an authorized human operator approves the payload in the aiAxonIQ dashboard.
