projects for Gemini CLI
cloud.tri2b/projects
Task tracking built for coding agents. Work is leased, so two agents never take the same SubTask.
client:Gemini CLI
transport:streamable-http
Install projects in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"projects": {
"httpUrl": "https://mcp.projects.tri2b.cloud/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs