runcloud-mcp-server

josephmcgarvey/runcloud-mcp-server
★ 0 stars PHP Other Updated today
An MCP server to interface with your Runcloud managed servers.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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