mcpbeat Sign in

RetentionCheck MCP Server

by brianfofficial Your server? Claim it
local only

RetentionCheck runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm.

Pull churn from Stripe, Postgres, MySQL, or pasted feedback. AI-ranked drivers + fixes.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 16 · avg 6 · +36% w/w
a month agotoday
32
Installs / week
npm · @retentioncheck/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add retentioncheck-mcp-server -- npx -y @retentioncheck/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "retentioncheck-mcp-server": {
      "args": [
        "-y",
        "@retentioncheck/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.retentioncheck-mcp-server]
command = "npx"
args = ["-y", "@retentioncheck/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "retentioncheck-mcp-server": {
      "args": [
        "-y",
        "@retentioncheck/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "retentioncheck-mcp-server": {
      "args": [
        "-y",
        "@retentioncheck/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key for running churn analysis (required for analyze_churn, analyze_stripe_churn, and analyze_sql_churn; get_example_analysis works without it).), STRIPE_SECRET_KEY (Stripe API key for analyze_stripe_churn. Use a RESTRICTED (read-only) key with these permissions: Subscriptions Read, Customers Read, Prices Read. Create one at https://dashboard.stripe.com/apikeys/create. Optional — only required for the analyze_stripe_churn tool.), POSTGRES_URL (Postgres connection string for analyze_sql_churn when dialect='postgres'. Format: postgres://user:pass@host:5432/db?sslmode=require. Use a READ-ONLY user — see retentioncheck.com/integrations for the exact GRANT SQL. Optional — only required for the analyze_sql_churn tool with postgres dialect.), MYSQL_URL (MySQL connection string for analyze_sql_churn when dialect='mysql'. Format: mysql://user:pass@host:3306/db?ssl=true. Use a READ-ONLY user — see retentioncheck.com/integrations for the exact GRANT SQL. Optional — only required for the analyze_sql_churn tool with mysql dialect.), RETENTIONCHECK_TELEMETRY (Set to 0 to opt out of anonymous usage telemetry. Telemetry tracks tool invocations and aggregate counts — never the feedback text, financial values, or any PII.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RetentionCheck

same job, measured the same way
I
Dataxplan MCP
by arikanatakan

Read PostgreSQL EXPLAIN plans for AI agents: bottlenecks, estimation errors, fixes, charts.

59 installs/wk local only
Dataset to Postgres, Supabase & MySQL (Database Push)
by nero-engine

Push rows from a dataset, file or Google Sheet into a Postgres, Supabase, Neon or MySQL table.

answering
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
Postgres URL Shape
by sadri-dridi

Check a Postgres URL shape. Credentials discarded.

30 tools answering
Amnesic
by surajkgoyal

Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.

247 installs/wk local only
Tenantsdb
by tenantsdb

Multi-tenant database orchestration: isolated Postgres, MySQL, MongoDB, Redis tenants on demand.

answering
pgops
by arzharch

Safe, audited PostgreSQL operations for AI agents: queries, migrations, EXPLAIN, containers

972 installs/wk local only
Virtual Filesystem
by lu-zhengda

PostgreSQL-backed virtual filesystem for agents: session isolation, shared stores, POSIX ops, RLS.

29 installs/wk local only

RetentionCheck — questions

Answers built from our own checks of this server.

Why is there no uptime for RetentionCheck?
RetentionCheck runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @retentioncheck/mcp-server was installed 32 times last week.
Is RetentionCheck still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect RetentionCheck?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @retentioncheck/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use RetentionCheck?
The npm package @retentioncheck/mcp-server was installed 32 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.