ascendkit for VS Code
dev.ascendkit/ascendkit
Auth, email, journeys, surveys, webhooks, and analytics for SaaS in one project, one API key.
client:VS Code
transport:stdio
runtime:npm
Install ascendkit in VS Code
.vscode/mcp.json
{
"servers": {
"ascendkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ascendkit/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs