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
# Version control (git metadata & config)
.git
.gitignore
# Python cache / compiled files
__pycache__/
*.pyc
*.pyo
*.pyd
*.pytest_cache/
# Local / environment-specific configs
.env
*.env
*.local
*.log
# Keep template env file available in image
!.env.example
# Development / editor files
tests/
.vscode/
.idea/