mcp for Zed
ai.clarx/mcp
Score agent manifests, generate CI workflows, and pull Clarx scan findings into your IDE.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clarxai/mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"CLARX_MCP_TOKEN": "<CLARX_MCP_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs