Easily link your croit Ceph storage to any AI stack and supercharge your workflows.
2.6K
Model Context Protocol (MCP) server for croit Ceph cluster management. Dynamically generates tools from the extensive croit OpenAPI specifications.
Please do not use this tool for production. It's a work in progress and allows your AI to potentially harm your cluster!
docker run --rm -i \
-e CROIT_HOST=http://your-cluster.croit.io:8080 \
-e CROIT_API_TOKEN=your-token \
croit/mcp-croit-ceph:latest
Add to ~/.config/claude/config.json:
{
"mcpServers": {
"mcp-croit-ceph": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "CROIT_HOST=http://your-cluster.awesome.croit.io:8080",
"-e", "CROIT_API_TOKEN=your-token",
"croit/mcp-croit-ceph:latest"
]
}
}
}
CROIT_HOST - croit cluster URL (required)CROIT_API_TOKEN - API authentication token (required)Content type
Image
Digest
sha256:0395af041…
Size
60.3 MB
Last updated
10 months ago
docker pull croit/mcp-croit-ceph