by g0t4 · MCP Server · ★ 224
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
tool The tool runs processes on the host machine. There are two mutually exclusive ways to invoke it: (string) — Executed via the system's default shell (just like typing into ///etc). Shell features like pipes, redirects, and variable expansion all work. (string array) — Direct executable invocation. is the executable, the rest are arguments. No shell interpretation. You cannot pass both. The tool infers whether to use a shell from which parameter you provide. If you want your model to use specific shell(s) on a system, I would list them in your system prompt. Or, maybe in your tool instructions, though models tend to pay better attention to examples in a system prompt. Let me know if you encounter problems! Tools Tools are for LLMs to request. Claude Sonnet 3.5 intelligently uses . And, initial testing shows promising results with Groq Desktop with MCP and models. Currently, just one command to rule them all! - run a command, i.e. or or etc Returns and as text Optional parameter means your LLM can pass scripts over to commands like , , , create files with from the text in [!WARNING] Be careful what you ask this server to run! In Claude
| Stars | 224 |
| Forks | 34 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 53.192/100 |
| Open Issues | 8 |
| Last Updated | 2026-04-12 |
| Created | 2024-11-29 |
| Platforms | mcp, node |
| Est. Tokens | ~43k |
Explore other popular mcp server tools:
mcp-server-commands is Model Context Protocol server to run commands (tool: `runProcess`). It is categorized as a MCP Server with 224 GitHub stars.
mcp-server-commands is primarily written in TypeScript.
You can find installation instructions and usage details in the mcp-server-commands GitHub repository at github.com/g0t4/mcp-server-commands. The project has 224 stars and 34 forks, indicating an active community.
mcp-server-commands is released under the MIT license, making it free to use and modify according to the license terms.