Skip to content
Cursor

mcp croit ceph for Cursor

io.github.croit/mcp-croit-ceph

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

client:Cursor transport:stdio runtime:oci

Install mcp croit ceph in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-croit-ceph": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/croit/mcp-croit-ceph:0.2.16"
      ],
      "env": {
        "CROIT_HOST": "<CROIT_HOST>",
        "CROIT_API_TOKEN": "<CROIT_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp croit ceph in other clients