Skip to content
MCP Server Community By @VeriTeknik

VeriTeknik/pluggedin-mcp-proxy

📇 🏠 - A comprehensive proxy server that combines multiple MCP servers into a single interface with extensive visibility features. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: VeriTeknik/pluggedin-mcp-proxy Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-veriteknik-pluggedin-mcp-proxy

Detailed Documentation

📇 🏠 - A comprehensive proxy server that combines multiple MCP servers into a single interface with extensive visibility features. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.

Configuration

{
  "mcpServers": {
    "veriteknik-pluggedin-mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-veriteknik-pluggedin-mcp-proxy"
      ],
      "env": {}
    }
  }
}