mcp-server-manager
Verified Safeby MateusTorquato
Overview
Manage MCP servers for multiple AI clients through a unified CLI/TUI gateway.
Installation
mcpsm daemon startEnvironment Variables
- MCPSM_CONFIG_DIR
- EDITOR
- VISUAL
- XDG_CONFIG_HOME
- APPDATA
- HOME
- USERPROFILE
- SHELL
Security Notes
The project demonstrates good security practices, especially concerning user input validation for server commands (`validateCommand` checks for dangerous shell metacharacters). Sensitive data like API keys and OAuth client secrets are explicitly redacted for display. OAuth tokens are stored in the user's config directory, not hardcoded. Daemon operations involving system commands (e.g., `launchctl`, `systemctl`) appear to construct commands and paths carefully, mitigating shell injection risks. Network services are primarily local (HTTP gateway, OAuth callback server) on `localhost`, minimizing external attack surface.
Similar Servers
mcp-server-csdn
The server automatically publishes Markdown articles to the CSDN platform, acting as a tool called by a Spring AI agent.
conda-meta-mcp
Provides authoritative, read-only Conda ecosystem metadata for AI agents to answer packaging questions.
mt-data-mcp
A MetaTrader5 (MT5) Market Data Provider offering advanced financial analysis capabilities including price forecasting, volatility estimation, pattern detection, technical indicators, and algorithmic trading decision support.
ancplua-mcp
Provides C#/.NET Model Context Protocol (MCP) servers to expose development tools for filesystem, Git, CI, Roslyn, and multi-AI orchestration workflows.