Skip to content
Cursor

oe mcp for Cursor

io.github.openenterprise-info/oe-mcp

Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources with one binary.

client:Cursor transport:stdio runtime:npm

Install oe mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oe mcp in other clients