Skip to main content
Glama

Trakt

by wwiens
.gitignore1.11 kB
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ .env .venv env.bak/ venv.bak/ # IDE .idea/ .vscode/ *.swp *.swo .DS_Store # Jupyter Notebook .ipynb_checkpoints # Testing htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # MCP specific logs/ *.log # Distribution / packaging .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *,cover # Project specific - environment variables (already mentioned but specifically called out) .env # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # pyenv .python-version .aider* # Claude Code local settings .claude/ # Trakt authentication tokens (contains OAuth secrets) auth_token.json auth_token.json.tmp

MCP directory API

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