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
{
"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