We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DocHatty/community-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment files (API keys, secrets)
.env
.env.local
.env.*.local
.env.development
.env.production
.env.test
*.env
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Distribution / packaging
*.egg-info/
dist/
build/
# Cache files
.community_research_cache.json
# Test files
__codex_write_test.txt
# IDE / Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Virtual environments
venv/
env/
ENV/
.venv/
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# Logs
*.log
nul