Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources with one binary.
claude mcp add oe-mcp -- npx -y @openenterprise/oe-mcp
claude_desktop_config.json
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenterprise/oe-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenterprise/oe-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenterprise/oe-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"oe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openenterprise/oe-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenterprise/oe-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.openenterprise-info--oe-mcp/reviews or the review_server meta-tool.
POST /mcp