Velociraptor Forensic MCP Server
by Hackerobi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR | INFO |
| READ_ONLY | No | Block artifact collection (write operations) | false |
| SAFE_BASE | No | Root directory for local forensic tools | |
| DISABLED_TOOLS | No | Comma-separated tool names to disable | |
| MCP_SERVER_HOST | No | Bind host for SSE transport | 127.0.0.1 |
| MCP_SERVER_PORT | No | Bind port for SSE transport | 8000 |
| VELOCIRAPTOR_API_KEY | No | Path to api.config.yaml for gRPC connection to Velociraptor | |
| VELOCIRAPTOR_TIMEOUT | No | gRPC timeout in seconds | 30 |
| VELOCIRAPTOR_SSL_VERIFY | No | Verify gRPC TLS certificates | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
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 | |
Maintenance
ActivityInactive
ResponsivenessNo issues