mcp-registry/pluggedin-mcp-proxy

    ==================
      
       /// MCP ///
      /// PLU ///
        
    ==================
        
    [server:online]
    [protocol:ready]

pluggedin-mcp-proxy

by VeriTeknik

Unified MCP proxy server that aggregates multiple MCP (STDIO, SSE, Streamable-HTTP) servers into one interface, adds built-in RAG search, notifications and playground.

72
11
Specialized

01

pluggedin_discover_tools

Smartly discover and list available static and dynamic MCP tools with caching for instant results

02

pluggedin_rag_query

Perform RAG v2 searches across your documents with advanced AI filtering capabilities

03

pluggedin_send_notification

Send real-time notifications with optional email delivery

04

pluggedin_create_document

Create AI-generated documents in your library with full attribution (coming soon)

Installation

1. Prerequisites
• Node.js ≥ 18 and npm ≥ 9 (or pnpm/yarn)
• A running Redis/MongoDB instance (used by the core Plugged.in MCP projects)
• An .env file with your upstream MCP endpoints and any auth tokens
2. Clone the repository
git clone https://github.com/VeriTeknik/pluggedin-mcp-proxy.git cd pluggedin-mcp-proxy
3. Install dependencies
npm install # or pnpm install / yarn
4. Build the TypeScript sources
npm run build # transpiles to ./dist
5. Configure the proxy
Copy .env.example to .env and set: MCP_PROXY_PORT=8080 MCP_LIST=["https://mcp-1.example.com","https://mcp-2.example.com"] AUTH_TOKEN=your-token
6. Start the server
npm start # runs node ./dist/index.js (or) npm run dev # ts-node with auto-reload for development
7. Reverse-proxy (optional)
Point Nginx/Traefik to http://localhost:8080 for TLS termination.

Documentation

License: Apache License 2.0
Updated 7/30/2025