Back to directory
mgreen27/mcp-velociraptor

mgreen27/mcp-velociraptor

@mgreen27

VelociraptorMCP is a Model Context Protocol bridge for exposing LLMs to MCP clients.

velociraptorforensicsdfirincident-responsemcpllmsecuritytool

Installation & Configuration

{
  "mcpServers": {
    "velociraptor": {
      "command": "/path/to/venv/bin/python",
      "env": {
        "VELOCIRAPTOR_API_CONFIG": "/path/to/api_client.yaml",
        "VELOCIRAPTOR_ORG_ID": "O123"
      },
      "args": [
        "/path/to/mcp_velociraptor_bridge.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17