Skip to content
Cursor

HexWitness for Cursor

io.github.siaginw/hexwitness

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

client:Cursor transport:stdio runtime:npm

Install HexWitness in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HexWitness in other clients