HRIS MCP Server — employees, departments, time-off, payroll, org chart for AI agents on ADK-Rust Enterprise
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-hris": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-hris"
]
}
}
}
Run in terminal:
claude mcp add mcp-hris cargo run -- mcp-hris
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-hris": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-hris"
]
}
}
}