Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Enoch in other clients