deputy workforce mcp for Cursor
io.github.hyperdrift-io/deputy-workforce-mcp
Read-only Deputy coverage, workload, timesheet, availability, and staffing signals.
client:Cursor
transport:stdio
runtime:npm
Install deputy workforce mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deputy-workforce-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs