Skip to content
VS Code

oe mcp for VS Code

io.github.openenterprise-info/oe-mcp

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

client:VS Code transport:stdio runtime:npm

Install oe mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "oe-mcp-config-path",
      "description": "OE_MCP_CONFIG_PATH",
      "password": true
    }
  ],
  "servers": {
    "oe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@openenterprise/oe-mcp"
      ],
      "env": {
        "OE_MCP_CONFIG_PATH": "${input:oe-mcp-config-path}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

oe mcp in other clients