plugged.in MCP Proxy Server
@VeriTeknik
关于 plugged.in MCP Proxy Server
Plugged.in MCP Server manages all your other MCPs in one MCP.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pluggedin-mcp-proxy": {
"command": "npx",
"args": [
"-y",
"@pluggedin/pluggedin-mcp-proxy@latest",
"--pluggedin-api-key",
"YOUR_API_KEY"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论