ennodia for Zed
io.github.cherninlab/ennodia
Try other agents, models, and skills from your familiar AI workflow through a local MCP server
client:Zed
transport:stdio
runtime:npm
Install ennodia in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ennodia": {
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs