MCP Hub
Back to servers

Axiom

MCP (Model Context Protocol) Server. Integrates with Axiom's log management platform to query and analyze log data directly within Zed, enabling developers to investigate application logs and troubleshoot issues without leaving their coding environment.

Stars
4
Validated
Jan 11, 2026

Axiom MCP Server

A Zed extension for the Axiom MCP server.

Configuration

To configure the Axiom MCP server, create a config.txt file somewhere on your system.

At a minimum it should contain your Axiom API token:

token xaat-your-token

Then in your Zed settings.json, add the path to the config.txt file to your settings as the config_path:

"context_servers": {
  "mcp-server-axiom": {
    "settings": {
      "config_path": "/path/to/config.txt"
    }
  }
}

Reviews

No reviews yet

Sign in to write a review