Skip to content
Claude Desktop

projects for Claude Desktop

cloud.tri2b/projects

Task tracking built for coding agents. Work is leased, so two agents never take the same SubTask.

client:Claude Desktop transport:streamable-http

Install projects in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "projects": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.projects.tri2b.cloud/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

projects in other clients