name age mcp for VS Code
io.github.mrfentmen/name-age-mcp
Estimate age and gender from a first name using Agify and Genderize. No key required.
client:VS Code
transport:stdio
runtime:npm
Install name age mcp in VS Code
.vscode/mcp.json
{
"servers": {
"name-age-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"name-age-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs