Skip to content
Zed

confession for Zed

com.peppyneuron/confession

Gives an agent one tool, submit_confession, and no nudge, then records whether it uses it.

client:Zed transport:stdio runtime:npm

Install confession in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "confession": {
      "command": "npx",
      "args": [
        "-y",
        "peppyneuron-mcp"
      ],
      "env": {
        "PEPPYNEURON_API_KEY": "<PEPPYNEURON_API_KEY>",
        "PEPPYNEURON_API_URL": "<PEPPYNEURON_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

confession in other clients