NameGender for VS Code
io.github.anpekesen/namegender
Gender from names, emails and usernames, with probability, sample size and source on every answer.
client:VS Code
transport:stdio
runtime:npm
Install NameGender in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "namegender-api-key",
"description": "NAMEGENDER_API_KEY",
"password": true
}
],
"servers": {
"namegender": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"namegender-mcp"
],
"env": {
"NAMEGENDER_API_KEY": "${input:namegender-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