A

Axiom MCP Server

Verified

Query and analyze logs, traces, and event data in Axiom from AI agents.

open-source 64/100 Monitoring & Observability axiom logs observability analytics traces monitoring

A Model Context Protocol server for Axiom observability platform. Enables AI agents to query datasets using APL (Axiom Processing Language), list available datasets, and analyze log and trace data.

Supports advanced querying with aggregations, filters, and time-based analysis across observability data.

Install

npx -y @axiomhq/mcp-server

MCP Client Config

{
  "mcpServers": {
    "axiom": {
      "command": "npx",
      "args": [
        "-y",
        "@axiomhq/mcp-server"
      ],
      "env": {
        "AXIOM_TOKEN": "<your-api-token>",
        "AXIOM_ORG_ID": "<your-org-id>"
      }
    }
  }
}

Required Environment Variables

  • AXIOM_TOKEN
  • AXIOM_ORG_ID

Capabilities

Tools

query_apllist_datasets

Compatible With

Claude Desktop Claude Code Cursor

Pricing

Server is free. Axiom has a free tier with 500GB/month ingest.

Metrics

420

GitHub Stars

3,500

Installs

280

Weekly

2

Open Issues