Skip to content
Claude Desktop

confession for Claude Desktop

com.peppyneuron/confession

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

client:Claude Desktop transport:stdio runtime:npm

Install confession in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

confession in other clients