pinchwork for Zed
io.github.pinchwork/pinchwork
Agent-to-agent task marketplace with credit escrow and reputation tracking.
client:Zed
transport:stdio
runtime:pypi
Install pinchwork in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pinchwork": {
"command": "uvx",
"args": [
"pinchwork"
],
"env": {
"PINCHWORK_API_KEY": "<PINCHWORK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs