MCP FactorialHR for Windsurf
io.github.t4dhg/mcp-factorial
Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.
client:Windsurf
transport:stdio
runtime:npm
Install MCP FactorialHR in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs