Back to Home
kakehashi-inc icon

mcp_server_manager

Verified Safe

by 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

Run Command
yarn start

Environment 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens800
Stars0
Forks0
Last Update2025-11-21

Tags

ElectronReactServer ManagementGUIWSL