openapi dynamic for Gemini CLI
io.github.mayorandrew/openapi-dynamic
Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs.
client:Gemini CLI
transport:stdio
runtime:npm
Install openapi dynamic in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"openapi-dynamic": {
"command": "npx",
"args": [
"-y",
"openapi-dynamic-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs