pluggedin-mcp
Verified Safeby VeriTeknik
Overview
Provides a unified Model Context Protocol (MCP) hub for AI agents, aggregating external tools, knowledge (RAG), and memory (clipboard) across various MCP servers and clients, with built-in document management and notifications.
Installation
npx -y @pluggedin/pluggedin-mcp-proxy@latest --pluggedin-api-key YOUR_API_KEYSecurity Notes
The server employs extensive security measures including robust input validation and sanitization (e.g., URL validation for SSRF, command argument sanitization), rate limiting for tool and API calls, and secure API key handling with timing-safe comparisons. It uses `execFile` for safer command execution when interacting with STDIO servers and sanitizes error messages to prevent information disclosure. CORS is set to a broad `*` for public discovery but sensitive operations require explicit API key authentication. Overall, a strong focus on security is evident in its design and implementation.
Similar Servers
mcphub
A centralized hub for managing, orchestrating, and exposing Model Context Protocol (MCP) servers and their tools/prompts, including OAuth authorization, user/group management, and dynamic registration of clients.
context-portal
A database-backed Model Context Protocol (MCP) server for managing structured project context, designed to be used by AI assistants and developer tools within IDEs and other interfaces for Retrieval Augmented Generation (RAG) and prompt caching.
mesh
Centralized Context Management System (MCP Mesh) for building and managing AI applications, agents, and workflows with integrated governance, observability, and cost control.
aicode-toolkit
A Model Context Protocol (MCP) proxy server that connects to multiple backend MCP servers, loading tools on-demand for progressive tool discovery and significantly reducing initial LLM token usage for AI agents.