Odel
letswork mcp

letswork mcp

Local
@saicharanrajojuPythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIletsworkv3.0.0

Run

uvx letswork

MCP client config

{
  "mcpServers": {
    "letswork-mcp": {
      "command": "uvx",
      "args": [
        "letswork"
      ]
    }
  }
}