Customer Retention LTV for Cursor
io.github.atul0016/customer-retention-ltv
Customer LTV, churn risk, repurchase, lifecycle email, and winback intelligence.
client:Cursor
transport:stdio
runtime:pypi
Install Customer Retention LTV in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"customer-retention-ltv": {
"type": "stdio",
"command": "uvx",
"args": [
"customer-retention-ltv-mcp"
],
"env": {
"EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
"EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
"EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs