The Axiom MCP Server for Zed is a Zed extension designed to integrate with the Axiom MCP server. This extension enables users to configure and utilize the Axiom MCP server within the Zed environment, providing seamless access to Axiom's capabilities.
To configure the Axiom MCP server, follow these steps:
Create a Configuration File:
Create a config.txt
file on your system. At a minimum, it should include your Axiom API token:
plaintext
token xaat-your-token
Update Zed Settings:
In your Zed settings.json
, add the path to the config.txt
file under the config_path
setting:
json
"context_servers": {
"mcp-server-axiom": {
"settings": {
"config_path": "/path/to/config.txt"
}
}
}
This project is licensed under the Apache-2.0 license.
No releases or packages have been published for this repository. For more details, visit the repository.