mcpd
Verified Safeby xandwr
Overview
Aggregates multiple Model Context Protocol (MCP) servers into a single endpoint for clients, allowing centralized management and on-demand spawning of tools.
Installation
mcpd serveSecurity Notes
The daemon's core function involves spawning and running arbitrary user-defined commands (`mcpd register <name> <command> [args...]`) with custom environment variables. This is a powerful feature that, if misused or if the user's system is compromised, could allow arbitrary code execution. `mcpd` itself does not introduce network attack surfaces, as it operates over stdio, but it acts as an executor for local commands. It is safe to run provided the user explicitly trusts all commands and environment variables they register with it.
Similar Servers
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
aicode-toolkit
An MCP proxy server that aggregates multiple Model Context Protocol (MCP) servers, enabling on-demand tool discovery and execution, thereby significantly reducing AI agent token usage and improving context window efficiency by loading tools progressively.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.