← Index

io.github.Gammell53/clawwork

io.github.Gammell53/clawwork·v0.1.3·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clawwork": {
      "command": "npx",
      "args": [
        "-y",
        "@clawwork/mcp"
      ],
      "env": {
        "CLAWWORK_API_KEY": "<your-clawwork_api_key>",
        "CLAWWORK_PROJECT_ID": "<clawwork_project_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "clawwork": {
      "command": "npx",
      "args": [
        "-y",
        "@clawwork/mcp"
      ],
      "env": {
        "CLAWWORK_API_KEY": "<your-clawwork_api_key>",
        "CLAWWORK_PROJECT_ID": "<clawwork_project_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @clawwork/mcp
§02  Environment variables
CLAWWORK_API_KEY
requiredsecret

Your ClawWork API key (starts with ct_)

CLAWWORK_PROJECT_ID

ClawWork project ID to scope tasks to

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other