Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.croit/mcp-croit-ceph · v0.2.16
MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation
mcp-croit-ceph 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-croit-ceph": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/croit/mcp-croit-ceph:0.2.16"
]
}
}
}CROIT_HOST可选Croit cluster URL (e.g., http://your-cluster.croit.io:8080)
CROIT_API_TOKEN可选API authentication token for Croit cluster
{
"id": "io.github.croit/mcp-croit-ceph",
"type": "mcp-server",
"version": "0.2.16",
"displayName": "mcp-croit-ceph",
"description": "MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation",
"repository": {
"url": "https://github.com/croit/mcp-croit-ceph",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/croit/mcp-croit-ceph:0.2.16",
"transport": "stdio",
"environmentVariables": [
{
"name": "CROIT_HOST",
"description": "Croit cluster URL (e.g., http://your-cluster.croit.io:8080)"
},
{
"name": "CROIT_API_TOKEN",
"description": "API authentication token for Croit cluster"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.croit/mcp-croit-ceph",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.croit%2Fmcp-croit-ceph/versions/latest",
"isOfficial": true,
"status": "active"
}
}