MCP Server
MCP
io.github.retain-so/mcp-server
Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.
Install
npx -y @retain-so/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@retain-so/mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key from Retain",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RETAIN_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment