Skip to content
VS Code

HexWitness for VS Code

io.github.siaginw/hexwitness

Durable, build-scoped reverse-engineering evidence memory and query tools for AI agents.

client:VS Code transport:stdio runtime:npm

Install HexWitness in VS Code

.vscode/mcp.json

{
  "servers": {
    "hexwitness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hexwitness"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

HexWitness in other clients