🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@continuewith/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@continuewith/mcp

MCP server for installing the ContinueWith AI-native continuation layer from coding agents

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

@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

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

Documentation

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

Keywords

continuewith

FAQs

Package last updated on 06 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts