Back to MCP Servers
Axiom
Query and analyze Axiom logs, traces, and event data using natural language with APL (Axiom Processing Language)
observabilityaxiomlogsmonitoringcommunity
By Axiom
Installation
npx @axiomhq/mcp-serverConfiguration
{
"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
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes