Skip to content
Zed

MCP FactorialHR for Zed

io.github.t4dhg/mcp-factorial

Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.

client:Zed transport:stdio runtime:npm

Install MCP FactorialHR in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-factorial": {
      "command": "npx",
      "args": [
        "-y",
        "@t4dhg/mcp-factorial"
      ],
      "env": {
        "FACTORIAL_API_KEY": "<FACTORIAL_API_KEY>",
        "FACTORIAL_API_VERSION": "<FACTORIAL_API_VERSION>",
        "FACTORIAL_TIMEOUT_MS": "<FACTORIAL_TIMEOUT_MS>",
        "FACTORIAL_MAX_RETRIES": "<FACTORIAL_MAX_RETRIES>",
        "DEBUG": "<DEBUG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MCP FactorialHR in other clients