We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/obaid/resemble-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables and secrets
.env
.env.local
.env.*.local
# Python bytecode
__pycache__/
*.py[cod]
*.class
.pytest_cache/
.coverage
htmlcov/
# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/
*.egg
# Generated audio output
output/
*.mp3
*.wav
*.ogg
# Virtual environments
venv/
env/
ENV/
.venv/
.conda/
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
.*.sw?
.ipynb_checkpoints/
# OS-specific files
.DS_Store
Thumbs.db
.directory
desktop.ini
# Logs
*.log
logs/
npm-debug.log*
# Testing
.coverage
.tox/
.nox/
coverage.xml
*.cover
# Conda
*.conda
resemble_mcp/
# Other
.cache/
temp/
tmp/