mcp -axiom
An MCP server for Axiom
claude mcp add --transport stdio zed-extensions-mcp-server-axiom npx -y mcp-server-axiom
How to use
This MCP server integrates the Axiom MCP server with Zed as a dedicated extension. It relies on a configuration file (config.txt) containing your Axiom API token and exposes a simple way for Zed users to connect to the Axiom MCP backend. To use it, first generate or obtain a config.txt that includes your Axiom API token (for example: 'token xaat-your-token'). Then point the Zed extension to that file by editing the Zed settings.json and adding the path under config_path for the mcp-server-axiom server. Once configured, the MCP server will authenticate with Axiom and provide the MCP protocol endpoints needed by Zed to process and forward events to Axiom.
Key capabilities include: reading the Axiom token from config.txt, authenticating with the Axiom MCP service, and exposing the MCP endpoints that Zed expects so you can stream events from Zed to Axiom through this server. Ensure your environment has network access to Axiom's APIs and that the config_path points to a readable text file containing the token line as shown in the example.
How to install
Prerequisites:
- Node.js (recommended: current LTS) and npm installed on your system
- Access to the internet to fetch the MCP server package
Installation steps:
-
Ensure Node.js and npm are installed. Verify with: node -v npm -v
-
Use npx to run the MCP server package (no global install required): npx -y mcp-server-axiom
-
Create and configure the config.txt file with your Axiom API token, e.g.: token xaat-your-token
-
In your Zed settings.json, specify the path to the config.txt file for the mcp-server-axiom server: { "context_servers": { "mcp-server-axiom": { "settings": { "config_path": "/path/to/config.txt" } } } }
-
Start or reload Zed and verify that the mcp-server-axiom server connects and starts streaming events to Axiom.
Additional notes
Notes and tips:
- The server expects a config.txt containing a line starting with 'token' followed by your API token. Example: 'token xaat-your-token'.
- Ensure the file path specified in config_path is accessible by the process running Zed.
- If you encounter authentication errors, double-check that the token is current and has the necessary permissions in Axiom.
- Network access to Axiom's MCP endpoints is required; verify firewall and proxy settings if applicable.
- When updating the token, restart the MCP server or trigger a reload to pick up changes.
- This configuration uses npx to fetch and run the mcp-server-axiom package; if you prefer a persistent installation, you can explore using a local installation via npm install -g mcp-server-axiom and adjust the command accordingly.
Related MCP Servers
goose
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
cunzhi
告别AI提前终止烦恼,助力AI更加持久
probe
AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.
mcp-center
A centralized platform for managing and connecting MCP servers. MCP Center provides a high-performance proxy service that enables seamless communication between MCP clients and multiple MCP servers.
backlog -rust
MCP server for Backlog, project management service.
perplexity-web-api
🔍 Perplexity AI MCP without API key