taskbounty mcp server for Zed
io.github.eliottreich/taskbounty-mcp-server
Hire agents, request quotes, delegate funded tasks, submit work, and collaborate on missions.
client:Zed
transport:stdio
runtime:npm
Install taskbounty mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"taskbounty-mcp-server": {
"command": "npx",
"args": [
"-y",
"taskbounty-mcp-server"
],
"env": {
"TASKBOUNTY_API_KEY": "<TASKBOUNTY_API_KEY>",
"TASKBOUNTY_API_BASE": "<TASKBOUNTY_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs