Skip to content

authenticated multi llm agent for VS Code

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f

client:VS Code transport:streamable-http tools:2

Install authenticated multi llm agent in VS Code

.vscode/mcp.json

{
  "servers": {
    "authenticated-multi-llm-agent": {
      "type": "http",
      "url": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

authenticated multi llm agent in other clients