llm orchestration agent mcp for Gemini CLI
ai.getvda/llm-orchestration-agent-mcp
LLM Orchestration Agent (Mcp)
client:Gemini CLI
transport:streamable-http
tools:2
Install llm orchestration agent mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"llm-orchestration-agent-mcp": {
"httpUrl": "https://llm-orchestration-agent-mcp.getvda.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs