Back to Browse

Continuewith MCP Server

Developer ToolsModerate5.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.8
Moderate5.8Moderate Risk

This MCP server is well-designed with appropriate security controls for its purpose. Authentication is not required (as expected for a local stdio-based tool), and all permissions align with its role as a configuration helper for the ContinueWith widget. Input validation via Zod schemas is solid, and the code quality is good. The primary concerns are moderate: lack of error handling specificity in child process execution and minimal path traversal validation for the install tool, though the documented guidance mitigates practical risk. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

6 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional API key for Distribution Loop tools (loop_list_directories, loop_report_blocker, etc.).Required

Environment variable: LOOP_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-continuewith-ai-continuewith": {
      "env": {
        "LOOP_API_KEY": "your-loop-api-key-here"
      },
      "args": [
        "-y",
        "@continuewith/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@continuewith/mcp

MCP server so coding agents (Cursor, Claude Code, Codex, …) can install and configure the ContinueWith AI handoff widget without guessing URLs or snippets.

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

Install (Cursor / Claude Desktop)

Add to your MCP config:

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

Or run directly:

npx @continuewith/mcp@latest

Node.js 18+.

Tools

ToolDescription
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 (public JSON API)

Example agent flow

  1. Agent calls get_agent_install_rule → paste rule into project context
  2. Agent calls install_continuewith_widget with projectPath → patches layout/HTML
  3. User replaces cw_demo_public_key with their dashboard key

Documentation

Related packages

PackagePurpose
continuewithCLI — npx continuewith add
@continuewith/sdkSnippet & prompt helpers

Trust & security

Runs locally: The MCP server uses stdio only. It does not phone home with your project source.

Network access (explicit, read-only public APIs):

  • search_ready_directoryhttps://ready.continuewith.ai/api/ready/directory (public directory JSON)
  • install_continuewith_widget → spawns npx continuewith@latest add on your machine in the path you provide

No secrets in this package: No Stripe, Resend, Clerk, or database credentials. The default site key cw_demo_public_key is a public demo identifier — replace it for production.

You control paths: Only pass projectPath values you trust — the install tool modifies files in that directory.

Community

License

MIT © ContinueWith

Reviews

No reviews yet

Be the first to review this server!