mcp-config-manager
Verified Safeby itsocialist
Overview
Visually manage and synchronize Model Context Protocol (MCP) server configurations for various AI clients, preventing errors and ensuring consistency.
Installation
electron-forge startSecurity Notes
The application's core functionality involves executing user-defined commands for MCP servers. While it implements strong Electron security practices (e.g., nodeIntegration: false, contextIsolation: true) and a comprehensive ValidationEngine to detect dangerous command arguments (like '--rm', 'sudo', 'eval(') and sensitive environment variables, the inherent risk of running arbitrary user-configured commands remains. Users should exercise caution when adding or modifying server configurations. Secrets for notarization are correctly handled via environment variables, not hardcoded.
Similar Servers
mcphub
The MCPHub acts as a centralized gateway for managing and orchestrating various Model Context Protocol (MCP) servers and OpenAPI-compatible services. It provides a unified API, OAuth 2.0 authorization, user management, and AI-powered 'smart routing' for dynamic tool discovery and invocation.
cli
The Smithery CLI installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
mcp-linker
Sync and manage Model Context Protocol (MCP) server configurations across various AI clients like Claude Desktop, Cursor, and VS Code, providing a marketplace for server templates and cloud synchronization.
ncp
A unified Model Context Protocol (MCP) orchestrator that enables semantic tool discovery, management, scheduling, and execution across a diverse ecosystem of connected AI tools and services.