Skip to content
VS Code

humsana mcp for VS Code

io.github.sriramnatrajhen/humsana-mcp

Detect developer stress, focus, fatigue from typing. Block dangerous commands when tired.

client:VS Code transport:stdio runtime:npm

Install humsana mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "humsana-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@humsana/mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

humsana mcp in other clients