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