We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rwxproject/mcp-server-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•288 B
"""
Resources Module
Contains all MCP resources and the resource registration system.
Resources provide data and information that can be accessed by MCP clients.
"""
from .registry import register_all_resources, ResourceRegistry
__all__ = ["register_all_resources", "ResourceRegistry"]