OpenAPI APIs for Gemini CLI
io.github.alyiox/mcp-openapix
MCP server that fronts any OpenAPI service: discover operations from its spec and call them
client:Gemini CLI
transport:stdio
runtime:pypi
Install OpenAPI APIs in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-openapix": {
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs