oe mcp for Windsurf
io.github.enthrium/oe-mcp
Connect any AI coding app to enterprise data sources. One binary, one JSON config.
client:Windsurf
transport:stdio
runtime:npm
Install oe mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<OE_MCP_CONFIG_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs