
Mcp Croit Ceph
Let an agent inspect and manage Croit-managed Ceph storage clusters through dynamically generated OpenAPI tools instead of clicking the UI alone.
Overview
mcp-croit-ceph is a MCP server for the Operate phase that exposes Croit Ceph cluster management via dynamically generated OpenAPI MCP tools.
What is this MCP server?
- MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation
- Docker OCI image (croit/mcp-croit-ceph) with stdio transport
- Authenticates with CROIT_HOST and CROIT_API_TOKEN environment variables
- Tools reflect live Croit API surface rather than a fixed hard-coded subset
- Targets operators running Ceph under Croit orchestration
- Server version 0.2.16 distributed as docker.io/croit/mcp-croit-ceph
- Dynamic OpenAPI tool generation (tool count varies with Croit API spec)
Community signal: 1 GitHub stars.
What problem does it solve?
Operating Ceph through scattered dashboards and manual API calls is slow when you are solo and need agent-assisted triage and changes.
Who is it for?
Builders or operators already on Croit-managed Ceph who want MCP-assisted cluster workflows from Claude Code or similar clients.
Skip if: Greenfield app developers without Ceph, or anyone who cannot provision cluster URL and API token securely.
What do I get? / Deliverables
After registration, your agent can call generated Croit cluster tools using your token so infra checks and management steps stay consistent and auditable.
- Agent-callable MCP tools mapped to your Croit Ceph OpenAPI surface
- Repeatable cluster management queries and actions from the agent session
Recommended MCP Servers
Journey fit
Ceph cluster operations sit in Operate because they assume you already ship workloads and now need storage health, capacity, and configuration control. Infra is the right subphase for object/block storage cluster APIs surfaced to agents during production stewardship.
How it compares
Infrastructure MCP bridge to Croit Ceph, not a Rails app skill or generic cloud linter.
Common Questions / FAQ
Who is mcp-croit-ceph for?
Solo operators and small teams running storage on Croit-managed Ceph who want agent-driven cluster management over the official API.
When should I use mcp-croit-ceph?
Use it during operate and infra work when you need to query or adjust Ceph resources and prefer MCP tools over repeating UI or raw HTTP steps.
How do I add mcp-croit-ceph to my agent?
Run the Docker image croit/mcp-croit-ceph:0.2.16 with stdio, set CROIT_HOST and CROIT_API_TOKEN, and register the server in your MCP-capable agent client.