clawwork for Zed
io.github.gammell53/clawwork
AI agent project management — task boards, progress tracking, and cost reporting.
client:Zed
transport:stdio
runtime:npm
Install clawwork in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clawwork": {
"command": "npx",
"args": [
"-y",
"@clawwork/mcp"
],
"env": {
"CLAWWORK_API_KEY": "<CLAWWORK_API_KEY>",
"CLAWWORK_PROJECT_ID": "<CLAWWORK_PROJECT_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs