humsana mcp for Cursor
io.github.sriramnatrajhen/humsana-mcp
Detect developer stress, focus, fatigue from typing. Block dangerous commands when tired.
client:Cursor
transport:stdio
runtime:npm
Install humsana mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"humsana-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@humsana/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs