Skip to main content
Glama

Volatility3 MCP Server

by Kirandawadi
bandit-config.yml707 B
# bandit-config.yml skips: - B101 # Skip assert used (often used in tests) exclude: - ./tests/ # Exclude test directories - ./migrations/ # Exclude migration directories - ./venv/ # Exclude virtual environment - ./environ/ # Exclude virtual environment tests: - B105 # Include test for hardcoded password strings - B602 # Include test for subprocess call with shell equals true profiles: default: include: - all exclude: - B101 # Exclude assert used - B401 # Exclude test for import telnetlib - B403 # Exclude import from the pickle module severity: 'MEDIUM' confidence: 'MEDIUM'

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kirandawadi/volatility3-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server