We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isc-tdyar/medical-graphrag-assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/data/ifconfig
data/
**/.ipynb_checkpoints/
# Python
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env*
*.log
.pytest_cache/
.coverage
htmlcov/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Deployment-specific (AWS NIM RAG project)
*.pem
*.key
vectorization_state.db
*.db
iris-data/
iris-config/
.terraform/
*.tfstate*
*.tfvars
# Archive directory
archive/
# Medical images (large binary files - download separately)
medical_images/
*.dcm
# But allow DICOM test fixtures (tracked via Git LFS)
!tests/fixtures/sample_medical_images/*.dcm
# Playwright
test-results/
playwright-report/
blob-report/
playwright/.cache/