Skip to content

Add Rook Ceph MCP Server #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions servers/rook-ceph-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: rook-ceph-mcp-server
image: mcp/rook-ceph-mcp-server
type: server
metadata:
category: Infrastructure
tags:
- kubernetes
- storage
- ceph
- rook
- infrastructure
- devops
about:
title: Rook Ceph MCP Server
description: A Model Context Protocol server for managing Rook Ceph storage clusters in Kubernetes environments. Provides tools for cluster management, storage resource operations, and pre-configured YAML templates.
icon: https://avatars.githubusercontent.com/u/35940573?s=200&v=4
source:
project: https://github.com/shreyanshjain7174/rook-ceph-mcp
config:
variables:
- name: KUBECONFIG
description: Path to Kubernetes configuration file
required: false
default: ~/.kube/config
- name: PORT
description: HTTP server port (when using HTTP transport)
required: false
default: "3000"
- name: NODE_ENV
description: Node.js environment (development/production)
required: false
default: production
secrets: []
dockerfile: Dockerfile
entry_point: ["npm", "run", "start:stdio"]