deputy workforce mcp for Zed
io.github.hyperdrift-io/deputy-workforce-mcp
Read-only Deputy coverage, workload, timesheet, availability, and staffing signals.
client:Zed
transport:stdio
runtime:npm
Install deputy workforce mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deputy-workforce-mcp": {
"command": "npx",
"args": [
"-y",
"@hyperdrift-io/deputy-workforce-mcp"
],
"env": {
"DEPUTY_MODE": "<DEPUTY_MODE>",
"DEPUTY_BASE_URL": "<DEPUTY_BASE_URL>",
"DEPUTY_ACCESS_TOKEN": "<DEPUTY_ACCESS_TOKEN>",
"DEPUTY_AUTH_SCHEME": "<DEPUTY_AUTH_SCHEME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs