PluginBench
MCP Server

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

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

What is the io.github.mikerawsonnz/authenticated-multi-llm-agent MCP server?

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

How to install io.github.mikerawsonnz/authenticated-multi-llm-agent

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "authenticated-multi-llm-agent": {
      "url": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "authenticated-multi-llm-agent": {
      "serverUrl": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "authenticated-multi-llm-agent": {
      "type": "http",
      "url": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "authenticated-multi-llm-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http authenticated-multi-llm-agent https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp

Related MCP servers

Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.

View repository →

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.

View repository →

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.

View repository →

Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w

View repository →

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith

View repository →

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith

View repository →