Back to MCP Servers

Axiom

Query and analyze Axiom logs, traces, and event data using natural language with APL (Axiom Processing Language)

observabilityaxiomlogsmonitoringcommunity

Installation

npx @axiomhq/mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub