emplyx for Gemini CLI
io.github.ezemiz/emplyx
Emplyx HR Platform - 346+ tools for employees, schedules, time tracking & payroll
client:Gemini CLI
transport:stdio
runtime:npm
Install emplyx in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"emplyx": {
"command": "npx",
"args": [
"-y",
"@emplyx/mcp-server"
],
"env": {
"EMPLYX_API_KEY": "<EMPLYX_API_KEY>",
"EMPLYX_API_URL": "<EMPLYX_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs