Loading...
npm install
```{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": ["mcp-server-commands"]
}
}
}run_processRuns a specified command or executable and returns the standard output and standard error.
Allows execution of arbitrary commands, potentially leading to system compromise.
This server is safe when used with caution, reviewing each command before execution. It is risky when running untrusted commands or without understanding the potential consequences, especially due to the lack of sandboxing.