We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Harsh-1807/ai-personal-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•198 B
"""MCP server package for AI Personal Hub."""
# Services expose a register(server) function
from . import file_service, github_service, email_service, steam_service, summarize_service # noqa: F401