Loading MCP server directory, please wait...
Connect any AI coding app to enterprise data sources. One binary, one JSON config.
npx @getmcp/cli add io.github.enthrium/oe-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OE_MCP_CONFIG_PATHAbsolute path to your oe-mcp.json config file
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.enthrium/oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp",
"--stdio",
"${OE_MCP_CONFIG_PATH}"
],
"env": {
"OE_MCP_CONFIG_PATH": ""
}
}
}
}