Enoch for Zed
io.github.alias8818/enoch
Operate an Enoch control plane through MCP tools
client:Zed
transport:stdio
runtime:pypi
Install Enoch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"enoch": {
"command": "uvx",
"args": [
"enoch-mcp"
],
"env": {
"ENOCH_API_URL": "<ENOCH_API_URL>",
"ENOCH_API_TOKEN": "<ENOCH_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs