"""
Module to run the Ceph MCP server.
"""
import asyncio
from ceph_mcp.server import CephMCPServer
async def main() -> None:
"""
Main entry point to start the Ceph MCP server.
This function initializes the server and starts listening for requests.
"""
server = CephMCPServer()
await server.run()
asyncio.run(main())
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rajmohanram/ceph-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server