We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cassiusoat/ChemMCP_lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__main__.py•230 B
import logging
logger = logging.getLogger(__name__)
# Import all the modules to register them with the MCP server
from .tools import *
from .utils.mcp_app import run_mcp_server
if __name__ == "__main__":
run_mcp_server()