https://github.com/zed-extensions/mcp-server-axiom
An MCP server for Axiom
https://github.com/zed-extensions/mcp-server-axiom
Last synced: 5 months ago
JSON representation
An MCP server for Axiom
- Host: GitHub
- URL: https://github.com/zed-extensions/mcp-server-axiom
- Owner: zed-extensions
- License: apache-2.0
- Created: 2025-03-20T15:11:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-29T17:29:16.000Z (6 months ago)
- Last Synced: 2026-01-01T22:37:32.371Z (6 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zed-extensions - Axiom MCP Server
- awesome-mcp-servers - **mcp-server-axiom** - An MCP server for Axiom `rust` `mcp` `server` `cargo install --git https://github.com/zed-extensions/mcp-server-axiom` (🔧 Utilities)
README
# Axiom MCP Server
A Zed extension for the [Axiom MCP server](https://github.com/axiomhq/mcp-server-axiom).
## Configuration
To configure the Axiom MCP server, create a [`config`.txt file](https://github.com/axiomhq/mcp-server-axiom/blob/master/README.md#config-file-example-configtxt) 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`:
```json
"context_servers": {
"mcp-server-axiom": {
"settings": {
"config_path": "/path/to/config.txt"
}
}
}
```