We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xsaju/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•364 B
# Core dependencies for MCP Server with Local LLM
torch>=2.0.0
transformers>=4.30.0
accelerate>=0.20.0
bitsandbytes>=0.41.0
scipy>=1.10.0
# MCP Protocol Implementation
pydantic>=2.0.0
python-dotenv>=1.0.0
# Development and utilities (basic)
pytest>=7.0.0
black>=23.0.0
isort>=5.12.0
# Note: For flash-attn, use install.sh script or install manually after torch