We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brucepro/buildautomata_memory_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•454 B
# Core MCP requirement
mcp>=1.0.0
# Optional but highly recommended for full functionality
qdrant-client>=1.7.0
sentence-transformers>=2.2.0
# Web server dependencies (optional - for memory_web_server.py)
fastapi>=0.104.0
uvicorn>=0.24.0
pydantic>=2.0.0
# CLI and visualization (optional - for interactive tools)
requests>=2.31.0
# These are bundled with Python but listed for clarity
# sqlite3 - built-in
# asyncio - built-in
# threading - built-in