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
{
"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