authenticated llm agent for Cursor
io.github.mikerawsonnz/authenticated-llm-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 llm agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"authenticated-llm-agent": {
"url": "https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs