authenticated llm agent for Windsurf
io.github.mikerawsonnz/authenticated-llm-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
client:Windsurf
transport:streamable-http
tools:2
Install authenticated llm agent in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"authenticated-llm-agent": {
"serverUrl": "https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai/mcp"
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs