We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AIDC-AI/Pixelle-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git and version control
.git
.gitignore
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
# Virtual environments
venv/
env/
ENV/
# Development files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Project specific
temp/
logs/
data/
dist/
*.log
# Legacy microservice directories (no longer needed)
mcp-base/
mcp-server/
mcp-client/
# Documentation and examples
LICENSE
NOTICE
# Config examples and backups
*.example
*.bak
config.yml.example.bak
# Scripts
*.sh
publish*.sh
redeploy.sh
# Test files
tests/