Skip to content
Cursor

letswork for Cursor

io.github.saicharanrajoju/letswork

Real-time collaborative coding via MCP — two developers, one codebase

client:Cursor transport:stdio runtime:pypi

Install letswork in Cursor

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

{
  "mcpServers": {
    "letswork": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "letswork"
      ]
    }
  }
}

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

letswork in other clients