MCP servers
Cursor stores MCP config in~/.cursor/mcp.json (global) and .cursor/mcp.json (project-level). Conductor uses Claude Code’s MCP config.
Global MCP servers
Copy your servers from~/.cursor/mcp.json into ~/.claude.json:
mcpServers object into ~/.claude.json.
Project-level MCP servers
Copy from.cursor/mcp.json to .mcp.json in your project root:
Custom rules and instructions
Cursor uses.cursorrules or .cursor/rules/*.mdc files for custom instructions. In Conductor, the equivalent is CLAUDE.md.
.cursorrules
Copy the contents of your.cursorrules file into a CLAUDE.md file at the root of your project:
.cursor/rules/*.mdc
.mdc files have YAML frontmatter that you’ll want to strip. Copy just the markdown body into CLAUDE.md:
Global instructions
Cursor’s global AI rules map to~/.claude/CLAUDE.md, which applies to all projects:
Migration script
We’ve published a script that automates all of the above. It handles global and project-level MCP servers,.cursorrules, and .mdc rule files.
The script won’t overwrite existing MCP servers or CLAUDE.md content — it only appends.
Quick reference
| Cursor | Conductor |
|---|---|
~/.cursor/mcp.json | ~/.claude.json |
.cursor/mcp.json | .mcp.json |
.cursorrules | CLAUDE.md |
.cursor/rules/*.mdc | CLAUDE.md |
| Global AI rules | ~/.claude/CLAUDE.md |
