Skip to content
Zed

humsana mcp for Zed

io.github.sriramnatrajhen/humsana-mcp

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

client:Zed transport:stdio runtime:npm

Install humsana mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

humsana mcp in other clients