MCP.so
Sign In
Servers

LLM Gateway MCP Server

@Dicklesworthstone

Comprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "llm_gateway_mcp_server": {
      "command": "uv",
      "args": [
        "venv",
        "--python",
        "3.13"
      ]
    }
  }
}

More from AI & Agents