We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oualib/chmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment and configuration
.envrc
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# macOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Linux
*~
.fuse_hidden*
.directory
.Trash-*
# Editors and IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.vim/
.sublime-*
# Tool caches
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pytest_cache/
.coverage
.coverage.*
.cache
htmlcov/
.tox/
.nox/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
cover/
# Translations
*.mo
*.pot
# Django stuff
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff
instance/
.webassets-cache
# Scrapy stuff
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# UV
# Uncomment if you want to ignore uv.lock (not recommended for applications)
#uv.lock
# Poetry
# Uncomment if you want to ignore poetry.lock (not recommended for applications)
#poetry.lock
# pdm
.pdm.toml
.pdm-python
.pdm-build/
#pdm.lock
# PEP 582
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyPI configuration file
.pypirc
# Docker
.dockerignore
# Temporary files
*.tmp
*.temp
*.bak
*.backup
# Logs
*.log
logs/
# Security and secrets
*.pem
*.key
*.p12
*.pfx
secrets/
.secrets
# Database files
*.db
*.sqlite
*.sqlite3
# Node.js (if you have any JS tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# CI/CD artifacts
test-results.xml
bandit-report.json
coverage.xml
# Local development
.local/
local/
scratch/
playground/