Skip to content

authenticated llm agent for Zed

io.github.mikerawsonnz/authenticated-llm-agent

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

client:Zed transport:streamable-http tools:2

Install authenticated llm agent in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "authenticated-llm-agent": {
      "url": "https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

What Zed can do once it is connected

authenticated llm agent in other clients