CodexSpot
A

Axiom MCP Server

Integrates AI assistants with Axiom through MCP, enabling log and event querying, data ingestion, and dataset management for observability and analytics workloads.

stdioLocalApiKeynpm

What This Server Exposes

Tools

queryingestlist_datasets

Setup Instructions

  1. 1Log in to app.axiom.co and navigate to Settings > API Tokens
  2. 2Create a new API token with appropriate dataset permissions
  3. 3Copy your Organization ID from the Settings page
  4. 4Add the Axiom server config to your Claude Desktop configuration
  5. 5Set AXIOM_TOKEN and AXIOM_ORG_ID environment variables
  6. 6Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "axiom": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-axiom"
      ],
      "env": {
        "AXIOM_TOKEN": "your-axiom-token",
        "AXIOM_ORG_ID": "your-org-id"
      }
    }
  }
}

Environment Variables

AXIOM_TOKEN
Axiom API token for authenticating requests to the Axiom platform
Required🔒 Secret
AXIOM_ORG_ID
Axiom organization ID associated with your account
Required

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

Your Axiom token can read and write log data across your datasets. Use scoped tokens with only the dataset access required. Never commit tokens to version control.

This listing is for informational purposes only. CodexSpot is not affiliated with Axiom MCP Server.