bugherd mcp for Zed
io.github.berckan/bugherd-mcp
BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks.
client:Zed
transport:stdio
runtime:npm
Install bugherd mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bugherd-mcp": {
"command": "npx",
"args": [
"-y",
"bugherd-mcp"
],
"env": {
"BUGHERD_API_KEY": "<BUGHERD_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs