oe mcp for Grok
io.github.openenterprise-info/oe-mcp
Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources with one binary.
client:Grok
transport:stdio
runtime:npm
Install oe mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openenterprise/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<OE_MCP_CONFIG_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs