server-run-commands
0
This project is an MCP server that allows running commands on the local operating system and returns the exit code and output. It is designed to integrate with applications such as Claude Desktop.
server-run-commands
MCP server to run commands on the local OS.
Tools
- run-command
- Run a command on the local OS
- Passes the process exit code and stdout back to the LLM
Installation
- Clone the repository and install dependencies.
Usage with Claude Desktop
- Update
claude_desktop_config.json
to include the MCP server.