We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Marholoubek/health_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•184 B
"""Authentication module for Health MCP Server."""
from .oauth_server import OAuthCallbackServer
from .token_store import TokenStore
__all__ = ["OAuthCallbackServer", "TokenStore"]