server.json•1.21 kB
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.croit/mcp-croit-ceph",
  "description": "MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation",
  "version": "0.4.4",
  "author": {
    "name": "Croit",
    "url": "https://github.com/croit"
  },
  "license": "MIT",
  "homepage": "https://github.com/croit/mcp-croit-ceph",
  "repository": {
    "url": "https://github.com/croit/mcp-croit-ceph",
    "source": "github",
    "id": "1058156155"
  },
  "tags": ["ceph", "storage", "cluster-management", "croit", "openapi"],
  "packages": [
    {
      "version": "0.4.4",
      "registryType": "oci",
      "identifier": "croit/mcp-croit-ceph",
      "registryBaseUrl": "https://docker.io",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "CROIT_HOST",
          "description": "Croit cluster URL (e.g., http://your-cluster.croit.io:8080)",
          "required": true
        },
        {
          "name": "CROIT_API_TOKEN",
          "description": "API authentication token for Croit cluster",
          "required": true
        }
      ]
    }
  ]
}