MCP server configs and install skills for coding agents — one repo, one MCP server (@continuewith/mcp).
| Agent | Folder | Config file |
|---|---|---|
| Cursor | cursor/ |
.cursor/mcp.json + optional plugin.json |
| VS Code (Copilot agent) | vscode/ |
.vscode/mcp.json |
| Claude Code | claude-code/ |
.mcp.json or user MCP settings |
| Windsurf | windsurf/ |
Windsurf MCP settings |
| Codex | codex/ |
Codex / OpenAI agent MCP config |
All folders use the same server block — copy from mcp.json if your tool expects a different path.
{
"mcpServers": {
"continuewith": {
"command": "npx",
"args": ["-y", "@continuewith/mcp@latest"]
}
}
}Tools exposed: get_install_snippet, install_continuewith_widget, search_ready_directory, and more.
Copy folders from skills/ into your agent skills directory:
| Skill | Use when |
|---|---|
install-on-landing-page |
New marketing / landing pages |
coming-soon-handoff |
Teaser / launch pages |
blog-handoff |
Blog posts and articles |
saas-marketing-handoff |
SaaS marketing sites |
Cursor: .cursor/skills/ · Claude Code: project or user skills path · See each agent README.
npx continuewith@latest add
npx continuewith@latest verifyDocs: https://continuewith.ai/docs/agents
MIT © ContinueWith