Skip to content
VS Code

projects for VS Code

cloud.tri2b/projects

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

client:VS Code transport:streamable-http

Install projects in VS Code

.vscode/mcp.json

{
  "servers": {
    "projects": {
      "type": "http",
      "url": "https://mcp.projects.tri2b.cloud/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

projects in other clients