ContinueWith for Cursor
io.github.continuewith-ai/continuewith
Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).
client:Cursor
transport:stdio
runtime:npm
Install ContinueWith in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"continuewith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@continuewith/mcp"
],
"env": {
"LOOP_API_KEY": "<LOOP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs