← Back to Plugins
MCP Server MCP

io.github.croit/mcp-croit-ceph

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/croit/mcp-croit-ceph:0.2.16

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/croit/mcp-croit-ceph:0.2.16",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Croit cluster URL (e.g., http://your-cluster.croit.io:8080)",
          "name": "CROIT_HOST"
        },
        {
          "description": "API authentication token for Croit cluster",
          "name": "CROIT_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...