We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/psikosen/eph_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core dependencies
mcp>=0.9.0
numpy>=1.24.0
scikit-learn>=1.3.0
networkx>=3.0
scipy>=1.10.0
pydantic>=2.0.0
# NLP and embeddings
sentence-transformers>=2.2.0
torch>=2.0.0
spacy>=3.5.0
textstat>=0.7.3
# Vector operations
faiss-cpu>=1.7.4
# Visualization
matplotlib>=3.7.0
plotly>=5.14.0
# Data processing
pandas>=2.0.0
# Performance
uvloop>=0.17.0 # For async optimization on Unix systems
# Development dependencies (optional)
# Uncomment to install
# pytest>=7.0.0
# pytest-asyncio>=0.21.0
# black>=23.0.0
# flake8>=6.0.0
# mypy>=1.0.0