Back to Home
MateusTorquato icon

mcp-server-manager

Verified Safe

by MateusTorquato

Overview

Manage MCP servers for multiple AI clients through a unified CLI/TUI gateway.

Installation

Run Command
mcpsm daemon start

Environment 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

Stats

Interest Score32
Security Score9
Cost ClassLow
Stars2
Forks0
Last Update2026-01-12

Tags

CLITUIMCPServer ManagementAI Clients