#!/usr/bin/env python3
"""Main entry point for the MCP Development Guidelines Server."""
import asyncio
import sys
from src.mcp_server import main
if __name__ == "__main__":
try:
asyncio.run(main())
except KeyboardInterrupt:
print("\nServer stopped by user")
sys.exit(0)
except Exception as e:
print(f"Error running server: {e}", file=sys.stderr)
sys.exit(1)
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/anip1805-dotcom/MCPCodeAI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server