MCPExec
0
MCPExec is a server designed to execute local CLI commands leveraging the Model Context Protocol (MCP). It facilitates easy setup and execution of local commands in a structured Python environment, aimed at enhancing productivity for projects using MCP.
MCPExec
A server to execute local CLI commands using MCP.
Features
- Setup Python projects with easy environment management.
- Execute commands locally.
- Integrates with MCP for seamless operations.
Usage
- Initialize your project using
uv init exec
. - Setup a virtual environment and activate it.
- Add necessary dependencies with
uv add "mcp[cli]"
. - Configure your MCP Server to use local command execution.