general MCP Server
Model Context Protocol server to run commands (tool: `runProcess`)
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx mcp-server-commands
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"mcp-server-commands"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
`stdin` parameter means your LLM can
`STDOUT` and `STDERR` as text
run a command, i.e. `hostname` or `ls -al` or `echo "hello world"` etc
scripts over `STDIN` to commands like `fish`, `bash`, `zsh`, `python`
files with `cat >> foo/bar.txt` from the text in `stdin`