llm orchestration agent 2 for Gemini CLI
ai.getvda/llm-orchestration-agent-2
MCP-Native LLM Orchestration Agent
client:Gemini CLI
transport:streamable-http
tools:2
Install llm orchestration agent 2 in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"llm-orchestration-agent-2": {
"httpUrl": "https://llm-orchestration-agent-2.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