trackmcp
Back to directory
FallSoftCo

axiom-mcp-server

View on GitHub

Axiom MCP Server

0 stars PythonOthers Updated Jul 18, 2025

Documentation

Axiom MCP Server

MCP server for accessing Axiom logs through Claude.

Deployment to Fly.io

1. Install Fly CLI if not already installed

2. Authenticate with Fly: `fly auth login`

3. Set the Axiom API token as a secret:

bash
fly secrets set AXIOM_API_TOKEN=xaat-b7d32f2d-76e5-4c44-be33-c702fa2a74a6

4. Deploy:

bash
fly deploy

Configuration in Claude

Once deployed, update your MCP configuration to use the remote server:

json
{
  "mcpServers": {
    "delicious-sienna-fluke": {
      "transport": "sse",
      "url": "https://axiom-mcp-server.fly.dev/sse"
    }
  }
}

Frequently asked questions

What is axiom-mcp-server?

axiom-mcp-server is Axiom MCP Server

How do I install axiom-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is axiom-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/FallSoftCo/axiom-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP