Skip to content
Zed

oe mcp for Zed

io.github.enthrium/oe-mcp

Connect any AI coding app to enterprise data sources. One binary, one JSON config.

client:Zed transport:stdio runtime:npm

Install oe mcp 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": {
    "oe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@openenthrium/oe-mcp"
      ],
      "env": {
        "OE_MCP_CONFIG_PATH": "<OE_MCP_CONFIG_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

oe mcp in other clients