Odel
witness

witness

Local
@ingtian8GoMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@witness-ai/opencodev0.8.0

Run

npx -y @witness-ai/opencode

MCP client config

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