mcp-script-runner
0
The MCP Script Runner is a local tool for managing and executing scripts with ease. It requires Python and uv, and allows users to add custom tools and configure environments using dotenv files. The tool is intended strictly for local, safe use.
MCP Script Runner
Prerequisites
- Requires Python 3.13 and uv package.
Setup
- Clone the repository and synchronize with uv.
Configuration
- Integrate with mcp by editing
mcp.json
. - Customize command directories and use of dotenv files.
Adding Tools
- Add new commands by editing shell script files and reload the mcp.
Precautions
- Ensure scripts have execution permissions and include shebang.
- Intended for local use only; use scripts you understand.