๐ Axiom Context Server Extension
This extension provides a model context server for Axiom, designed for use with the Zed AI assistant.
๐ Quick Start
โจ Features
This extension offers a model context server for Axiom, enabling seamless integration with the Zed AI assistant.
๐ฆ Installation
No installation steps are provided in the original document, so this section is skipped.
๐ป Usage Examples
Basic Usage
To configure this extension in Zed's settings.json, you can specify custom commands and parameters as follows:
{
"context_servers": {
"axiom-mcp": {
"settings": {},
"command": {
"cmd": "/path/to/axiom-mcp",
"args": ["--config", "/path/to/your/config.txt"]
}
}
}
}
If no custom commands are specified, the extension will default to searching for the axiom-mcp executable in the current directory.
๐ Documentation
No detailed documentation other than the configuration is provided in the original document, so this section is skipped.
๐ง Technical Details
No technical details are provided in the original document, so this section is skipped.
๐ License
No license information is provided in the original document, so this section is skipped.













