Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).
claude mcp add continuewith -- npx -y @continuewith/mcp
claude_desktop_config.json
{
"mcpServers": {
"continuewith": {
"command": "npx",
"args": [
"-y",
"@continuewith/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"continuewith": {
"command": "npx",
"args": [
"-y",
"@continuewith/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"continuewith": {
"command": "npx",
"args": [
"-y",
"@continuewith/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"continuewith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@continuewith/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"continuewith": {
"command": "npx",
"args": [
"-y",
"@continuewith/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.continuewith-ai--continuewith/reviews or the review_server meta-tool.
POST /mcp