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.
Latest Blog Posts
- 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