mcp_server_manager
Verified Safeby kakehashi-inc
Overview
Provides a GUI for managing, monitoring, logging, and exposing Model Context Protocol (MCP) servers, with support for WSL, ngrok, and HTTPS proxying.
Installation
yarn startEnvironment Variables
- NODE_ENV
Security Notes
The primary security risk is the execution of user-defined commands for MCP servers, ngrok, and HTTPS proxy configurations. Malicious commands configured by the user could be executed, as the application's core function is to manage and run such processes. No direct 'eval' usage or hardcoded sensitive secrets were detected in the provided code snippets. HTTPS proxy utilizes self-signed certificates, which is suitable for local/development use but not for public-facing production environments. The application stores configuration, including potentially sensitive information like ngrok auth tokens and OIDC secrets, in plain JSON files within the user's home directory (`~/.mcpm`), making file system permissions critical for security.
Similar Servers
mcp-router
A desktop application for managing Model Context Protocol (MCP) servers, supporting local and remote connections, context management, and integration with AI tools.
mcpm.sh
This server provides a command-line interface to manage Model Context Protocol (MCP) servers, allowing users to discover, install, configure, run, share, and monitor them.
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-gearbox
A cross-platform desktop application for managing Model Context Protocol (MCP) servers across various AI agents.