An MCP server that lets clients execute arbitrary shell commands. It can run locally over stdio or remotely over SSE/streamable HTTP, and also be used in-process from JavaScript/TypeScript.
From the registry: An MCP server to run arbitrary commands
Please install the `mcp-server-commands` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18 or newer** — Node.js version 18 or later is required to run the MCP server via npx.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@agent-infra/mcp-server-commands@latest"]
Note: Supports stdio by default. Optional arguments include --cwd <your-working-directory> for stdio runs. The server can also be started as a remote endpoint with --port <your-port>; available endpoints are SSE at http://127.0.0.1:<your-port>/sse and Streamable HTTP at http://127.0.0.1:<your-port>/mcp. The README shows both SSE and Streamable HTTP, but the primary canonical install path is the simpler stdio npx invocation.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Hash-verified file editing MCP server with token efficiency hook for AI coding agents.