hr for Cursor
io.github.autostackup/hr
Candidate screening, offer letters, onboarding, interview kits & performance reviews for Claude.
client:Cursor
transport:stdio
runtime:npm
Install hr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@autostackup/hr"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs