MCP Servers / development / Commands

Commands

JSON →
stdionone225development

An MCP server to run arbitrary commands on the local machine.

Install
How to run this server
[ { "cmd": "npx mcp-server-commands", "imports": [] } ]
server path: commands
Tools
What this server exposes
run_process
Run a command, i.e. `hostname` or `ls -al` or `echo "hello world"` etc. Returns STDOUT and STDERR as text. Optional stdin parameter allows passing scripts over STDIN to commands like fish, bash, zsh, python, or creating files with cat.
Configuration
Environment & auth
authnone
Resources
Commands — MCP Server · libregistry