Odel
mcp server

mcp server

Local
@retain-so1TypeScriptMITUpdated 4w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@retain-so/mcp-serverv0.1.2

Run

npx -y @retain-so/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@retain-so/mcp-server"
      ]
    }
  }
}