Protocol-SIFT-Async-Bridge
by mwarsss
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOL3_BIN | No | Path or name of the Volatility 3 binary. | vol |
| MAX_WORKERS | No | ThreadPoolExecutor base worker count. | 4 |
| VOL_CASE_IMAGES | No | JSON map of slug to absolute path for case images. Example: '{"case-001-win10": "/cases/mem.raw"}' | |
| MAX_OUTPUT_LINES | No | Hard cap on rows returned to LLM per job. | 120 |
| PLUGIN_TIMEOUT_SECS | No | Hard kill timeout for Volatility subprocess. | 180 |
| SIFT_BRIDGE_STORAGE | No | Root directory for disk-backed gzip output files. | /tmp/sift_bridge_runtime |
| PROCESS_MEM_LIMIT_MB | No | Per-job memory ceiling in MB; set to 0 for unlimited. Warn if set below 64. | 0 |
| MAX_CONCURRENT_FORENSIC_JOBS | No | Max simultaneous Volatility processes (overrides MAX_WORKERS). | 4 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/mwarsss/Protocol-SIFT-Async-Bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server