A unified MCP proxy that aggregates multiple MCP servers into one interface, enabling seamless tool discovery and management across all your AI interactions. Manage all your MCP servers from a single connection point with RAG capabilities and real-time notifications.
2.0K
6 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
pluggedin-mcp-proxy
to the mcpServers
section:{
"mcpServers": {
"pluggedin-mcp-proxy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PLUGGEDIN_API_BASE_URL",
"-e",
"PLUGGEDIN_API_KEY",
- mcp/pluggedin-mcp-proxy@sha256:2c22cf0ef264bfb71c65f2aaa9b7d90ef9fe8b7632bbc1562b15716f4adca7a8
],
"env": {
"PLUGGEDIN_API_BASE_URL": "{{pluggedin-mcp-proxy.pluggedin_api_base_url}}",
"PLUGGEDIN_API_KEY": "YOUR_PLUGGEDIN_API_KEY"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Plugged.in MCP Proxy
version: 1.0.1
schema: v1
mcpServers:
- name: Plugged.in MCP Proxy
command: docker
args:
- run
- --rm
- -i
- -e
- PLUGGEDIN_API_BASE_URL
- -e
- PLUGGEDIN_API_KEY
- mcp/pluggedin-mcp-proxy@sha256:2c22cf0ef264bfb71c65f2aaa9b7d90ef9fe8b7632bbc1562b15716f4adca7a8
env:
PLUGGEDIN_API_BASE_URL: "{{pluggedin-mcp-proxy.pluggedin_api_base_url}}"
PLUGGEDIN_API_KEY: "YOUR_PLUGGEDIN_API_KEY"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
pluggedin-mcp-proxy
to the mcpServers
section:{
"mcpServers": {
"pluggedin-mcp-proxy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PLUGGEDIN_API_BASE_URL",
"-e",
"PLUGGEDIN_API_KEY",
- mcp/pluggedin-mcp-proxy@sha256:2c22cf0ef264bfb71c65f2aaa9b7d90ef9fe8b7632bbc1562b15716f4adca7a8
],
"env": {
"PLUGGEDIN_API_BASE_URL": "{{pluggedin-mcp-proxy.pluggedin_api_base_url}}",
"PLUGGEDIN_API_KEY": "YOUR_PLUGGEDIN_API_KEY"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for