confession for Cline
com.peppyneuron/confession
Gives an agent one tool, submit_confession, and no nudge, then records whether it uses it.
client:Cline
transport:stdio
runtime:npm
Install confession in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"confession": {
"command": "npx",
"args": [
"-y",
"peppyneuron-mcp"
],
"env": {
"PEPPYNEURON_API_KEY": "<PEPPYNEURON_API_KEY>",
"PEPPYNEURON_API_URL": "<PEPPYNEURON_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs