Skip to content
Cursor

authenticated mcp agent for Cursor

io.github.mikerawsonnz/authenticated-mcp-agent

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

client:Cursor transport:streamable-http tools:2

Install authenticated mcp agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

authenticated mcp agent in other clients