Skip to main content
Glama

AACT Clinical Trials MCP Server

by navisbio
__init__.py341 B
from .server import main, mcp import logging import sys # Setup logging logging.basicConfig( level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s' ) # Expose important items at package level __all__ = ["main", "mcp"] # Allow running directly as a module if __name__ == "__main__": sys.exit(main())

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/navisbio/ctgov_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server