mcp-server-manager
Verified Safeby marcellobatiista
Overview
Manages and configures local Model Context Protocol (MCP) servers for LLM development, supporting clients like Cursor and Claude Desktop.
Installation
mcpSecurity Notes
The project is designed for local MCP server management, explicitly stating that it supports only local servers and does not expose HTTP endpoints externally. Communication primarily occurs via standard I/O (stdio). It extensively uses `subprocess` and `os.system` for environment setup (pip, uv, creating scripts, opening terminals), which is common for such tools, but requires careful handling of user inputs to prevent command injection. User input for server names is sanitized. `psutil` is used for robust process management. No hardcoded secrets or obvious malicious patterns were found. The primary security risks are generally self-imposed by the user granting system-level permissions for local environment setup.
Similar Servers
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.
cli
The Smithery CLI is a developer tool for installing, managing, building, running, and deploying Model Context Protocol (MCP) servers and integrating them with various AI clients.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
mcp-interviewer
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.