We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ofriw/chunkhound'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ChunkHound Docker ignore file
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Version control
.git/
.gitignore
# Documentation
docs/
# Tests and development
tests/
test_*.py
*_test.py
.pytest_cache/
.coverage
htmlcov/
# Development configuration
.mem/
.ropeproject/
.zed/
# Database cache (will be created in container)
*.duckdb*
*.db
*.db-journal
*.db-shm
*.db-wal
.chunkhound/
*.log
*.corrupt
test.db*
correct.db*
chunkhound.db*
# Docker files
Dockerfile*
docker-compose*.yml
.dockerignore
# CI/CD
.github/
.gitlab-ci.yml
# Other
LICENSE
Makefile