We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rob-P-Smith/mcpragcrawl4ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py.client•162 B
"""
Lightweight API package for client mode
Only exports the API client for MCP-to-REST translation
"""
from .client import api_client
__all__ = ['api_client']