zed-axiom-context-server
3.1
If you are the rightful owner of zed-axiom-context-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Axiom Context Server extension provides a Model Context Protocol (MCP) server for Axiom, designed to enhance the functionality of the Zed AI assistant.
Axiom Context Server
This extension provides a Model Context Server for Axiom, for use with the Zed AI assistant.
Configuration
To configure the extension, you can specify custom command and arguments in your Zed settings.json
:
{
"context_servers": {
"axiom-mcp": {
"settings": {}
"command": {
"cmd": "/path/to/axiom-mcp",
"args": ["--config", "/path/to/your/config.txt"]
}
}
}
}
If no custom command is specified, the extension will look for an axiom-mcp
executable in the current directory.