Skip to main content
Glama

Ceph MCP Server

by rajmohanram
run_server.pyโ€ข347 B
""" 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