Skip to main content
Coding AgentsTypeScript

g0t4/mcp-server-commands

Run any command with `run_command` and `run_script` tools.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/g0t4/mcp-server-commands

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-commands": {
      "command": "npx",
      "args": [
        "-y",
        "g0t4/mcp-server-commands"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
g0t4