Skip to content
VS Code

authenticated mcp agent for VS Code

io.github.mikerawsonnz/authenticated-mcp-agent

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

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

Install authenticated mcp agent in VS Code

.vscode/mcp.json

{
  "servers": {
    "authenticated-mcp-agent": {
      "type": "http",
      "url": "https://bcrypt-langchain-core-mcp-25b8f1.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 mcp agent in other clients