oe mcp for Gemini CLI
io.github.enthrium/oe-mcp
Connect any AI coding app to enterprise data sources. One binary, one JSON config.
client:Gemini CLI
transport:stdio
runtime:npm
Install oe mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"oe-mcp": {
"command": "npx",
"args": [
"-y",
"@openenthrium/oe-mcp"
],
"env": {
"OE_MCP_CONFIG_PATH": "<OE_MCP_CONFIG_PATH>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs