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
By VeriTeknik
Installation
npx -y pluggedin-mcp-proxyConfiguration
{
"mcpServers": {
"pluggedin-mcp-proxy": {
"command": "npx",
"args": ["-y", "pluggedin-mcp-proxy"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes