from core.config import parse_arguments
from server.server import mcp # noqa: F401
if __name__ == "__main__":
# Parse command line arguments first
parse_arguments()
# Start the MCP server
mcp.run(transport='stdio')
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/bourbonkk/k8s-pilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server