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