Skip to content

Humaans for Zed

io.github.mindstone/mcp-server-humaans

Humaans HR platform MCP server for Model Context Protocol hosts

client:Zed transport:stdio runtime:npm

Install Humaans in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server-humaans": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-humaans"
      ],
      "env": {
        "HUMAANS_API_KEY": "<HUMAANS_API_KEY>"
      }
    }
  }
}

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

Humaans in other clients