Skip to content
Cursor

witness for Cursor

io.github.ingtian/witness

Distills your sessions or any text corpus into a dated history of how its subject changed.

client:Cursor transport:stdio runtime:npm

Install witness in Cursor

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

{
  "mcpServers": {
    "witness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@witness-ai/opencode"
      ]
    }
  }
}

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

witness in other clients