We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robbgatica/memory-lane'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•441 B
# MCP SDK
mcp>=1.0.0
# Volatility 3 - Primary dependency
# Installed from PyPI by default. Advanced users can override with custom path via VOLATILITY_PATH env variable.
volatility3>=2.5.0
# Volatility 3 dependencies (required for specific plugins)
pefile>=2023.2.7 # Required for windows.netscan and other PE analysis plugins
# Database
aiosqlite>=0.19.0
# Utilities
python-dateutil>=2.8.2
# HTML templating for reports
jinja2>=3.1.0