← Back to Plugins
MCP Server MCP

clawops

github By github 👁 1 views ▲ 0 votes

Deploy and manage self-hosted OpenClaw instances across clouds

Homepage Verified source GitHub

Install

npx -y @clawops/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@clawops/cli",
      "version": "1.7.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...