Rook Ceph Mcp
@shreyanshjain7174
关于 Rook Ceph Mcp
A Model Context Protocol (MCP) server for managing Rook Ceph storage clusters in Kubernetes environments.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rook-ceph-mcp": {
"command": "docker",
"args": [
"run",
"-p",
"3000:3000",
"rook-ceph-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Rook Ceph Mcp?
Rook Ceph Mcp is a Model Context Protocol (MCP) server for managing Rook Ceph storage clusters in Kubernetes environments. It provides tools to list and monitor clusters, manage block pools, filesystems, and object stores, and offers pre-configured YAML templates and troubleshooting prompts.
How to use Rook Ceph Mcp?
Install dependencies with npm install, build with npm run build, then start in stdio mode (npm run start:stdio) or HTTP mode (npm start). A Docker image can be built and run. The server requires a Kubernetes cluster with Rook Ceph installed and uses the default kubeconfig for authentication. Example invocations include list_clusters, create_block_pool, and get_cluster_status.
Key features of Rook Ceph Mcp
- Cluster management: list and monitor Ceph clusters
- Storage resources: manage block pools, filesystems, object stores
- Manifest templates: access pre-configured YAML templates
- Native Kubernetes API integration
- Built-in prompts for cluster setup and troubleshooting
Use cases of Rook Ceph Mcp
- Monitor the status of Ceph clusters in a Kubernetes environment
- Create and manage block pools, filesystems, and object stores
- Access ready-to-use YAML manifests for common Rook Ceph resources
- Step through guided cluster setup and troubleshooting assistance
FAQ from Rook Ceph Mcp
What prerequisites are needed to run this server?
A Kubernetes cluster with Rook Ceph operator installed, kubectl configured with cluster access, and Node.js 18+ with npm.
What transport modes are supported?
The server supports both stdio transport (for local development) and HTTP transport (for cloud hosting). In HTTP mode it exposes endpoints such as /health, /mcp/tools, and /mcp/call-tool.
What tools does the server provide?
Cluster operations include list_clusters and get_cluster_status. Storage resource tools include list_block_pools, list_filesystems, list_object_stores, create_block_pool, and delete_resource.
Where can I find YAML manifest templates?
The server provides resources at URIs like rook-ceph://manifests/cluster, rook-ceph://manifests/block-pool, rook-ceph://manifests/filesystem, and rook-ceph://manifests/object-store.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论