confession for Cursor
com.peppyneuron/confession
Gives an agent one tool, submit_confession, and no nudge, then records whether it uses it.
client:Cursor
transport:stdio
runtime:npm
Install confession in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"confession": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peppyneuron-mcp"
],
"env": {
"PEPPYNEURON_API_KEY": "<PEPPYNEURON_API_KEY>",
"PEPPYNEURON_API_URL": "<PEPPYNEURON_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs