Skip to content

deputy workforce mcp for Grok

io.github.hyperdrift-io/deputy-workforce-mcp

Read-only Deputy coverage, workload, timesheet, availability, and staffing signals.

client:Grok transport:stdio runtime:npm

Install deputy workforce mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

deputy workforce mcp in other clients