Axiom Context
About
Integrates Axiom's context-aware AI capabilities with Zed workflows through a customizable command interface for enhanced flexibility and seamless deployment.
Details
- Author
- axiomhq
- Repository
- axiomhq/zed-axiom-context-server
- Categories
- Productivity, Developer Tools, Design, Workplace, AI, API, Infrastructure, Communication
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Axiom ContextCommand (node, npx, python, etc.)/path/to/axiom-mcpArguments-
Argument 1
--config -
Argument 2
/path/to/your/config.txt
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"axiom context": {
"cwd": null,
"env": {},
"args": [
"--config",
"/path/to/your/config.txt"
],
"shell": false,
"command": "/path/to/axiom-mcp"
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [
"--config",
"/path/to/your/config.txt"
],
"shell": false,
"command": "/path/to/axiom-mcp"
}
Macos
{
"cwd": null,
"env": [],
"args": [
"--config",
"/path/to/your/config.txt"
],
"shell": false,
"command": "/path/to/axiom-mcp"
}
Windows
{
"cwd": null,
"env": [],
"args": [
"--config",
"/path/to/your/config.txt"
],
"shell": false,
"command": "/path/to/axiom-mcp"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





