# __init__.py
from .server import app # Importing the app instance from server
from .mcp_handlers import * # Importing all functions or classes from mcp_handlers
# Set __all__ to only expose 'app' when using `from module import *`
__all__ = ['app']
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/jalzoubi/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server