ContinueWith MCP Server

Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).

Remote serverstreamable-http

What is the ContinueWith MCP server?

ContinueWith MCP server exists for a simple reason — assistants are far more useful when they can act on ContinueWith directly instead of describing what you should do. Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).

What you get

Runs locally over stdio — no hosted OAuth required for the open-source npm package.

What the assistant can call

Once ContinueWith is connected, these are the calls the assistant has available:

  • get_agent_install_rule — Default rule for agents to auto-install on marketing pages
  • get_install_snippet — Widget snippet for html, nextjs, or astro
  • get_continuewith_docs — Official doc URLs + default snippet
  • install_continuewith_widget — Runs npx continuewith add in a project directory
  • search_ready_directory — Search the AI Ready Index (public JSON API)

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. ContinueWith's toolset — get_agent_install_rule, get_install_snippet, get_continuewith_docs and 2 more — is a fair guide to whether it matches your workflow. It is maintained by continuewith-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against ContinueWith's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the continuewith mcp server does with a few real requests.

Available tools

ToolWhat it does
get_agent_install_ruleDefault rule for agents to auto-install on marketing pages
get_install_snippetWidget snippet for html, nextjs, or astro
get_continuewith_docsOfficial doc URLs + default snippet
install_continuewith_widgetRuns npx continuewith add in a project directory
search_ready_directorySearch the [AI Ready Index](https://ready.continuewith.ai/ready/directory) (public JSON API)

How to install the ContinueWith MCP server

{
  "mcpServers": {
    "continuewith": {
      "command": "npx",
      "args": ["-y", "@continuewith/mcp@latest"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use ContinueWith to get agent install rule.
  • Use ContinueWith to get install snippet.
  • Use ContinueWith to get continuewith docs.

Frequently asked questions

It connects ContinueWith to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (get_agent_install_rule, get_install_snippet, get_continuewith_docs, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with ContinueWith directly.