Skip to content
Zed

name age mcp for Zed

io.github.mrfentmen/name-age-mcp

Estimate age and gender from a first name using Agify and Genderize. No key required.

client:Zed transport:stdio runtime:npm

Install name age mcp in Zed

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

{
  "context_servers": {
    "name-age-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "name-age-mcp"
      ]
    }
  }
}

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

name age mcp in other clients