Back to MCP Servers

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.

aggregators

Installation

npx -y pluggedin-mcp-proxy

Configuration

{
  "mcpServers": {
    "pluggedin-mcp-proxy": {
      "command": "npx",
      "args": ["-y", "pluggedin-mcp-proxy"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub