ascendkit for Cursor
dev.ascendkit/ascendkit
Auth, email, journeys, surveys, webhooks, and analytics for SaaS in one project, one API key.
client:Cursor
transport:stdio
runtime:npm
Install ascendkit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ascendkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ascendkit/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs