Cortex MCP — Multi-Level Reasoning Server for Zed
io.github.j0hanz/cortex-mcp
Multi-level reasoning MCP server with configurable depth levels
client:Zed
transport:stdio
runtime:npm
Install Cortex MCP — Multi-Level Reasoning Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/cortex-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs