Skip to content

authenticated mcp agent for Grok

io.github.mikerawsonnz/authenticated-mcp-agent

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

client:Grok transport:streamable-http tools:2

Install authenticated mcp agent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "authenticated-mcp-agent": {
      "type": "http",
      "url": "https://bcrypt-langchain-core-mcp-25b8f1.getvda.ai/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

What Grok can do once it is connected

authenticated mcp agent in other clients