Continue With MCP Server

MCP server so coding agents (Cursor, Claude Code, Codex, …) can install and configure the ContinueWith AI handoff widget without guessing URLs or snippets. Its 5 documented tools cover install, continuewith. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-18 · ★ 3 · #125 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

JavaScript servers · how we verify → /methodology

01 · Install Continue With

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add continuewith-ai-mcp -- npx -y @continuewith/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-05 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @continuewith/mcp - the @continuewith scope differs from the repo owner (continuewith-ai); confirm it's the project's official package

registry namespace io.github.continuewith-ai is GitHub-verified and matches the repo owner

03 · What Continue With can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can run npx continuewith add in a project directory, and search the AI Ready Index (public JSON API).

Capability map

Tools grouped from the project's README - what Continue With lets an agent do.

read & search

4 tools - e.g. Default rule for agents to auto-install on marketing pages; Widget snippet for html, nextjs, or astro; Official doc URLs + default snippet

get_agent_install_rule · get_install_snippet · get_continuewith_docs · search_ready_directory

Install

1 tool - e.g. Runs npx continuewith add in a project directory

install_continuewith_widget

04 · Who maintains Continue With

ContinueWith is maintained by continuewith-ai. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
coding agent - ranked #125 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.continuewith-ai/continuewith (active, first published 2026-07-06)
packages
npm:@continuewith/mcp

06 · Continue With FAQ

Is Continue With still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-18. We re-verify nightly.

What can Continue With do?

With this server connected, an agent can run npx continuewith add in a project directory, and search the AI Ready Index (public JSON API).

How do I install Continue With?

Run `npx -y @continuewith/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Continue With run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Continue With

More coding agent MCP servers · Corralimited MCP Server · RAG Rat · Rails AI Context · Aidex · Repomemory

More JavaScript MCP servers · Cool Workflow · Solana Security Standard · YouTube Research MCP · Crawleo MCP · Mailbridge · see all