plugged.in MCP Proxy Server
@VeriTeknik
About plugged.in MCP Proxy Server
Plugged.in MCP Server manages all your other MCPs in one MCP.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pluggedin-mcp-proxy": {
"command": "npx",
"args": [
"-y",
"@pluggedin/pluggedin-mcp-proxy@latest",
"--pluggedin-api-key",
"YOUR_API_KEY"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is plugged.in MCP Proxy Server?
A middleware that aggregates multiple Model Context Protocol (MCP) servers into a single unified interface. It fetches tool, prompt, and resource configurations from the plugged.in App and intelligently routes requests, providing built-in Knowledge (RAG v2), persistent Memory (clipboard system), Tools, and Proxy capabilities for any MCP client.
How to use plugged.in MCP Proxy Server?
Requires Node.js 18+ and an API key from plugged.in (get at plugged.in/api-keys). Install and run via npx -y @veriteknik/pluggedin-mcp. The proxy runs in STDIO mode by default or can be started as a Streamable HTTP server with optional Bearer token authentication. Configuration is managed through the plugged.in App, not local config files.
Key features of plugged.in MCP Proxy Server
- Built-in AI Playground to test MCPs without any client setup
- Universal MCP compatibility with Claude, Cline, Cursor, and more
- Multi-server support for STDIO, SSE, and Streamable HTTP servers
- Dual transport modes: STDIO (default) or Streamable HTTP
- RAG v2 document search with AI attribution and filtering
- Persistent clipboard memory system (set/get/push/pop operations)
- Notifications with optional email delivery and tracking
- Multi‑workspace layer to switch MCP configurations with one click
Use cases of plugged.in MCP Proxy Server
- Test and debug multiple MCP servers instantly from a single connection
- Give AI assistants document‑aware answers via built‑in RAG search
- Maintain long‑lived memory across AI sessions using the clipboard system
- Centralize MCP policies, telemetry, and authentication for enterprise clients
FAQ from plugged.in MCP Proxy Server
What are the technical prerequisites?
Node.js 18+ (recommended v20+). An API key from plugged.in App is required to fetch configurations and use the hub features.
How does this differ from connecting directly to MCP servers?
The proxy aggregates multiple MCP servers into one unified connection, adding built‑in tools (discovery, RAG, notifications, clipboard memory) and central management through the plugged.in App.
What transports does the proxy support?
Downstream: STDIO, SSE, and Streamable HTTP. Upstream: the proxy itself can run as STDIO (default) or Streamable HTTP server with optional API authentication and stateless mode.
Does the clipboard memory persist across sessions?
Yes. Clipboard entries are scoped to profiles/workspaces in the plugged.in App and survive session boundaries. Entries can be set by name or index, pushed/popped as a stack, and listed with metadata.
Can I use this with Claude Desktop or Cursor?
Yes. It works with any MCP client, including Claude Desktop, Cline, Cursor, and MCP Inspector, by pointing the client’s MCP configuration to the proxy’s STDIO or Streamable HTTP endpoint.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments