Skip to content
Cursor

fcop for Cursor

io.github.joinwell52-ai/fcop

Durable tasks, reports, reviews and branch convergence for multi-agent teams over local files.

client:Cursor transport:stdio runtime:pypi

Install fcop in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fcop": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fcop-mcp"
      ],
      "env": {
        "FCOP_PROJECT_DIR": "<FCOP_PROJECT_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fcop in other clients