Skip to content

authenticated mcp agent for Cline

io.github.mikerawsonnz/authenticated-mcp-agent

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

client:Cline transport:streamable-http tools:2

Install authenticated mcp agent in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

What Cline can do once it is connected

authenticated mcp agent in other clients