ai-cli-bridge

rmonteiro-pereira/ai-cli-bridge
★ 0 stars PowerShell Code/Dev Tools Updated today
Sync layer between Cursor Agent CLI and Claude Code: shared MCP server config, skills, memory and session handoff, driven from one canonical store.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-cli-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "rmonteiro-pereira/ai-cli-bridge"
      ]
    }
  }
}

README Excerpt

Generic sync layer between **Cursor Agent CLI** (`agent`) and **Claude Code** (`claude`). The two CLIs solve the same job and share nothing. Each keeps its own MCP server list (`~/.cursor/mcp.json` vs `~/.claude.json`), its own skills directory, and its own memory — in different files, in different shapes. Neither can see the other's session.

Topics

claude-codecursordeveloper-toolsmcppowershell