mcp_ctl
Verified Safeby Vani2130
Overview
Manages and simplifies the deployment and operation of various Model Context Protocol (MCP) servers across different platforms using a command-line interface.
Installation
mcpctl packagesSecurity Notes
The tool stores sensitive information like API tokens (e.g., GitHub, Unleash) in a local JSON configuration file (`claude_desktop_config.json`). While this is typical for CLI tools, users should ensure proper local file system security. The Figma API key is passed directly as a command-line argument to the spawned process, which is generally less secure than using environment variables, as command-line arguments can sometimes be visible in process listings. The `spawn` command is used for executing server processes, but the commands and arguments are constructed from predefined package configurations and validated user inputs, mitigating risks of arbitrary command injection.
Similar Servers
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
mcp-router
A desktop application that simplifies the management and aggregation of Model Context Protocol (MCP) servers.
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
cli
The Smithery CLI is a developer tool for installing, managing, building, running, and deploying Model Context Protocol (MCP) servers and integrating them with various AI clients.