Odel
mcp croit ceph

mcp croit ceph

Local
@croit1PythonUpdated 9mo ago

MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/croit/mcp-croit-ceph:0.2.16

Run

docker run -i --rm docker.io/croit/mcp-croit-ceph:0.2.16

MCP client config

{
  "mcpServers": {
    "mcp-croit-ceph": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/croit/mcp-croit-ceph:0.2.16"
      ]
    }
  }
}