Skip to content
Gemini CLI

clawwork for Gemini CLI

io.github.gammell53/clawwork

AI agent project management — task boards, progress tracking, and cost reporting.

client:Gemini CLI transport:stdio runtime:npm

Install clawwork in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clawwork": {
      "command": "npx",
      "args": [
        "-y",
        "@clawwork/mcp"
      ],
      "env": {
        "CLAWWORK_API_KEY": "<CLAWWORK_API_KEY>",
        "CLAWWORK_PROJECT_ID": "<CLAWWORK_PROJECT_ID>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

clawwork in other clients