Humaans for VS Code
io.github.mindstone/mcp-server-humaans
Humaans HR platform MCP server for Model Context Protocol hosts
client:VS Code
transport:stdio
runtime:npm
Install Humaans in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "humaans-api-key",
"description": "HUMAANS_API_KEY",
"password": true
}
],
"servers": {
"mcp-server-humaans": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-humaans"
],
"env": {
"HUMAANS_API_KEY": "${input:humaans-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs