mcp-cli

gelisam/mcp-cli

3.3

If you are the rightful owner of mcp-cli and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server allows AI assistants to execute predefined shell commands securely and efficiently.

The Model Context Protocol (MCP) server is designed to facilitate the interaction between AI assistants, such as GitHub Copilot, and shell commands. By using MCP, developers can define a set of allowed shell commands that the AI can execute, ensuring both security and efficiency. This setup allows developers to specify exactly which commands are necessary for tasks like building code, running tests, or connecting to databases. The MCP server also streamlines the process of granting permission for command execution, as users only need to authorize each tool once, rather than each individual command execution. This makes it an ideal solution for environments where security and precision are paramount.

Features

  • Secure Command Execution: Allows predefined shell commands to be executed by AI assistants, ensuring security.
  • Customizable Command List: Developers can maintain a list of allowed commands in a JSON configuration file.
  • Streamlined Permissions: Users only need to authorize each tool once, simplifying the permission process.
  • Environment Configuration: Supports setting environment variables and working directories for command execution.
  • Tool Descriptions: Provides descriptions for each tool, aiding AI assistants in understanding their purpose.
0