ContinueWith
@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@latestNode.js 18+.
Related MCP server: contextium-mcp-server
Tools
Tool | Description |
| Default rule for agents to auto-install on marketing pages |
| Widget snippet for |
| Official doc URLs + default snippet |
| Runs |
| Search the AI Ready Index (public JSON API) |
Example agent flow
Agent calls
get_agent_install_rule→ paste rule into project contextAgent calls
install_continuewith_widgetwithprojectPath→ patches layout/HTMLUser replaces
cw_demo_public_keywith their dashboard key
Documentation
Related packages
Package | Purpose |
CLI — | |
Snippet & 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_directory→https://ready.continuewith.ai/api/ready/directory(public directory JSON)install_continuewith_widget→ spawnsnpx continuewith@latest addon 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
Website: continuewith.ai
Reddit: @continuewithai
AI Ready Index: ready.continuewith.ai
License
MIT © ContinueWith
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server + Chrome extension that gives AI coding agents control of your real browser with existing sessions, logins, and cookies. Works with Cursor, Claude, Windsurf.187148MIT
- AlicenseBqualityCmaintenanceMCP server for Contextium — pipe team SOPs, coding standards, agents, skills, and workflows directly into Claude, Cursor, and other AI coding assistants.67MIT
- AlicenseAqualityBmaintenanceMCP server that gives AI coding assistants direct access to the browser — navigate, click, fill forms, run JavaScript, take screenshots, and read page content.11271MIT
- AlicenseCqualityCmaintenanceMCP server to connect Claude Code, Codex, or Cursor to the Lightbulb Partners Agents platform, enabling domain agents, code workspaces, connectors, and more.100Apache 2.0
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/continuewith-ai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server