Skip to content
VS Code

authenticated llm agent for VS Code

io.github.mikerawsonnz/authenticated-llm-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 llm agent in VS Code

.vscode/mcp.json

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