RetentionCheck for Zed
io.github.brianfofficial/retentioncheck-mcp-server
Pull churn from Stripe, Postgres, MySQL, or pasted feedback. AI-ranked drivers + fixes.
client:Zed
transport:stdio
runtime:npm
Install RetentionCheck in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"retentioncheck-mcp-server": {
"command": "npx",
"args": [
"-y",
"@retentioncheck/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>",
"POSTGRES_URL": "<POSTGRES_URL>",
"MYSQL_URL": "<MYSQL_URL>",
"RETENTIONCHECK_TELEMETRY": "<RETENTIONCHECK_TELEMETRY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs