We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wwiens/trakt_mcpserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•193 B
"""User module for the Trakt MCP server."""
from .resources import register_user_resources
from .tools import register_user_tools
__all__ = ["register_user_resources", "register_user_tools"]