confession for Grok
com.peppyneuron/confession
Gives an agent one tool, submit_confession, and no nudge, then records whether it uses it.
client:Grok
transport:stdio
runtime:npm
Install confession in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"confession": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peppyneuron-mcp"
],
"env": {
"PEPPYNEURON_API_KEY": "<PEPPYNEURON_API_KEY>",
"PEPPYNEURON_API_URL": "<PEPPYNEURON_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs