mcpbeat Sign in

Retain So MCP Server

by retain-so Your server? Claim it
local only

Retain So runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 8 Aug 2026.

Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.

Installs per day peak 13 · avg 5 · +179% w/w
a month agotoday
32
Installs / week
npm · @retain-so/mcp-server
1
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Retain So every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-server -- npx -y @retain-so/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@retain-so/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@retain-so/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@retain-so/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@retain-so/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RETAIN_API_KEY (Your API key from Retain). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Retain So

same job, measured the same way
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

62 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Parseable
by parseablehq

Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.

89 installs/wk local only
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

40 installs/wk local only
Awesome Copilot MCP Server
by rbbtsn0w

Model Context Protocol server for awesome-copilot agents and collections

128 installs/wk local only
Pronto Stream
by nmxmxh

Real-time planetary signal engine and Model Context Protocol (MCP) server for autonomous AI agents.

15 tools answering
Google Jules MCP Server
by georgeracu

Model Context Protocol server for Google's Jules AI coding agent

112 installs/wk local only
Nx MCP
by nrwl

A Model Context Protocol server implementation for Nx

57 193 installs/wk local only

Retain So — questions

Answers built from our own checks of this server.

Why is there no uptime for Retain So?
Retain So 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 @retain-so/mcp-server was installed 32 times last week.
How do I connect Retain So?
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 @retain-so/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Retain So?
The npm package @retain-so/mcp-server was installed 32 times in the last week. Week over week that is +179%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Retain So open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.