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
# MCP Protocol
mcp
# AWS SDK
boto3
# Configuration
PyYAML
# InterSystems Python Driver
intersystems-irispython
# used for creating embedding models from plain text
sentence-transformers
# Used for tabular data handling
pandas
## Used for easier downloading and parsing of fhir resources
fhirpy
## Used for creating and validating FHIR resources
fhir.resources
# Used for creating very basic local LLMs
transformers
# OpenAI for NVCLIP embeddings
openai
# Web App Framework
streamlit
# Visualization
plotly
# Graph layout algorithms
networkx
# Interactive graph visualization
streamlit-agraph
# Testing (for P1 implementation)
pytest
pytest-cov
pytest-asyncio