Sign inSign up

croit/mcp-croit-ceph

By croit

Updated 10 months ago

Easily link your croit Ceph storage to any AI stack and supercharge your workflows.

Image
Machine learning & AI
0

2.6K

croit/mcp-croit-ceph repository overview

MCP croit Ceph

Model Context Protocol (MCP) server for croit Ceph cluster management. Dynamically generates tools from the extensive croit OpenAPI specifications.

Important

Please do not use this tool for production. It's a work in progress and allows your AI to potentially harm your cluster!

Features

  • 🔄 Auto-discovers API endpoints from your croit Ceph installation
  • 🔐 Takes care of the Bearer token authentication
  • 🛠️ Simple configuration - just provide host and token
  • 📡 Full REST API access through MCP tools

Quick Start

docker run --rm -i \
  -e CROIT_HOST=http://your-cluster.croit.io:8080 \
  -e CROIT_API_TOKEN=your-token \
  croit/mcp-croit-ceph:latest

Claude Desktop Integration

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"
      ]
    }
  }
}

Environment Variables

  • CROIT_HOST - croit cluster URL (required)
  • CROIT_API_TOKEN - API authentication token (required)

Tag summary

Content type

Image

Digest

sha256:0395af041

Size

60.3 MB

Last updated

10 months ago

docker pull croit/mcp-croit-ceph