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
server.py•311 B
# Backward compatibility - import from new modular structure
from server.main import mcp
if __name__ == "__main__":
print("Starting Trakt MCP server...")
print("Run 'mcp dev server.py' to test with the MCP Inspector")
print("Run 'mcp install server.py' to install in Claude Desktop")
mcp.run()