{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "com.reoclo/mcp",
  "description": "Deploy, inspect, and operate applications on your own servers through the Reoclo platform.",
  "version": "0.13.0",
  "repository": {
    "url": "https://github.com/reoclo/cli",
    "source": "github"
  },
  "websiteUrl": "https://reoclo.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.reoclo.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@reoclo/cli",
      "version": "0.13.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "positional",
          "value": "-y"
        }
      ],
      "packageArguments": [
        {
          "type": "positional",
          "value": "mcp"
        }
      ],
      "environmentVariables": [
        {
          "name": "REOCLO_PROFILE",
          "description": "Optional CLI profile to run the server against. Defaults to the active profile from `reoclo login`.",
          "isRequired": false
        }
      ]
    }
  ]
}
