Skip to content
Claude Desktop

oe mcp for Claude Desktop

io.github.enthrium/oe-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install oe mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "oe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@openenthrium/oe-mcp"
      ],
      "env": {
        "OE_MCP_CONFIG_PATH": "<OE_MCP_CONFIG_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

oe mcp in other clients