CAPI Gateway for Gemini CLI
io.github.surisoft-io/capi-core
Apache Camel API Gateway with REST-to-MCP bridging for LLM agents.
client:Gemini CLI
transport:stdio
runtime:oci
Install CAPI Gateway in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"capi-core": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/surisoft/capi-core:1.417.5"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs