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.
{
"mcpServers": {
"authenticated-multi-llm-agent": {
"url": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"authenticated-multi-llm-agent": {
"serverUrl": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
}
}
}{
"servers": {
"authenticated-multi-llm-agent": {
"type": "http",
"url": "https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"authenticated-multi-llm-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp"
]
}
}
}claude mcp add --transport http authenticated-multi-llm-agent https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcpRelated 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 →