rce-mcp

acidghost/rce-mcp
★ 0 stars Go 💻 Code/Dev Tools Updated 1d ago
An HTTP MCP server that executes commands inside its Docker container.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rce-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/acidghost/rce-mcp@latest"
      ]
    }
  }
}