Skip to content

MCP client setup

Client setup

All clients use the same server. Only the registration format differs.

claude plugin marketplace add orenlab/codeclone-claude-code
claude plugin install codeclone@orenlab-codeclone

The native plugin supplies the MCP definition and CodeClone skills. See the Claude Code plugin guide.

Manual MCP registration without the plugin remains available:

claude mcp add --scope project codeclone -- codeclone-mcp --transport stdio
codex plugin marketplace add orenlab/codeclone-codex
codex plugin add codeclone@orenlab-codeclone

The native plugin includes the MCP definition and CodeClone skills. Manual MCP registration without the plugin is also valid:

codex mcp add codeclone -- codeclone-mcp --transport stdio

See Codex plugin guide.

For the complete integration, import https://github.com/orenlab/codeclone-cursor through Dashboard → Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo, then install CodeClone.

The bundled Cursor plugin includes MCP registration, skills, rules, and project hooks. Manual .cursor/mcp.json registration is covered under generic setup below, but does not install the rest of that surface.

A local .mcpb bundle ships in extensions/claude-desktop-codeclone/. See Claude Desktop bundle guide.

{
  "mcpServers": {
    "codeclone": {
      "command": "codeclone-mcp",
      "args": ["--transport", "stdio"]
    }
  }
}

Works with Copilot Chat, Gemini CLI, and other MCP-capable clients.

If codeclone-mcp is not on PATH, use the full launcher path.