server.json•1.22 kB
{
"$schema": "https://registry.modelcontextprotocol.org/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.1",
"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.1",
"registry_type": "oci",
"identifier": "croit/mcp-croit-ceph",
"registry_base_url": "https://docker.io",
"transport": {
"type": "stdio"
},
"environment_variables": [
{
"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
}
]
}
],
"status": "active"
}