Authenticated Mcp Agent

io.github.mikerawsonnzv1.0.0Updated Sep 25, 2026

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

VerifiedStreamable HTTPWeb executableAI & ML

Installation

In SourceWeft

  1. Open Authenticated Mcp Agent in the dashboard and add it to a workspace.
  2. Enable the server for the chats that should use its tools.

Web executable via Streamable HTTP. Remote servers run from the web runtime once configured in a workspace.

Other MCP clients

Add this to your client's mcpServers config.

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

Tools

0
Tool metadata has not been indexed yet.

Version history

1
  1. v1.0.0LatestSep 16, 2026