{
  "markdown": "# @continuewith/mcp\n\n[MCP](https://modelcontextprotocol.io) server so coding agents (Cursor, Claude Code, Codex, …) can install and configure the [ContinueWith](https://continuewith.ai) AI handoff widget without guessing URLs or snippets.\n\nRuns locally over stdio — no hosted OAuth required for the open-source npm package.\n\n## Install (Cursor / Claude Desktop)\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"continuewith\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@continuewith/mcp@latest\"]\n    }\n  }\n}\n```\n\nOr run directly:\n\n```bash\nnpx @continuewith/mcp@latest\n```\n\nNode.js 18+.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `get_agent_install_rule` | Default rule for agents to auto-install on marketing pages |\n| `get_install_snippet` | Widget snippet for `html`, `nextjs`, or `astro` |\n| `get_continuewith_docs` | Official doc URLs + default snippet |\n| `install_continuewith_widget` | Runs `npx continuewith add` in a project directory |\n| `search_ready_directory` | Search the [AI Ready Index](https://ready.continuewith.ai/ready/directory) (public JSON API) |\n\n## Example agent flow\n\n1. Agent calls `get_agent_install_rule` → paste rule into project context\n2. Agent calls `install_continuewith_widget` with `projectPath` → patches layout/HTML\n3. User replaces `cw_demo_public_key` with their [dashboard](https://continuewith.ai/dashboard) key\n\n## Documentation\n\n- [Agents & MCP setup](https://continuewith.ai/docs/agents)\n- [MCP tools reference](https://continuewith.ai/docs/agents/mcp)\n- [Install guide](https://continuewith.ai/docs/install)\n- [Skills catalog](https://continuewith.ai/docs/skills)\n- [Agent index (`llms.txt`)](https://continuewith.ai/llms.txt)\n\n## Related packages\n\n| Package | Purpose |\n|---------|---------|\n| [`continuewith`](https://www.npmjs.com/package/continuewith) | CLI — `npx continuewith add` |\n| [`@continuewith/sdk`](https://www.npmjs.com/package/@continuewith/sdk) | Snippet & prompt helpers |\n\n## Trust & security\n\n**Runs locally:** The MCP server uses stdio only. It does not phone home with your project source.\n\n**Network access (explicit, read-only public APIs):**\n\n- `search_ready_directory` → `https://ready.continuewith.ai/api/ready/directory` (public directory JSON)\n- `install_continuewith_widget` → spawns `npx continuewith@latest add` on **your machine** in the path you provide\n\n**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.\n\n**You control paths:** Only pass `projectPath` values you trust — the install tool modifies files in that directory.\n\n- [Security](https://continuewith.ai/security)\n- [Privacy](https://continuewith.ai/privacy)\n- [Terms](https://continuewith.ai/terms)\n\n## Community\n\n- Website: [continuewith.ai](https://continuewith.ai)\n- X: [@continuewithai](https://x.com/continuewithai)\n- Reddit: [@continuewithai](https://www.reddit.com/user/continuewithai)\n- AI Ready Index: [ready.continuewith.ai](https://ready.continuewith.ai)\n\n## License\n\nMIT © [ContinueWith](https://continuewith.ai)\n",
  "bytes": 3126,
  "sha": "82bcbd8d3925e1a8bf7788ff5a293a8b3f7a51402d60531e2fa59e5b3b145a98",
  "repo_slug": "continuewith-ai/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_continuewith_ai_continuewith_35a881a0/readme"
}