Skip to content
Zed

Humanform for Zed

app.humanform/mcp

Anthropometric prediction API: predict measurements, list countries, list measurement names.

client:Zed transport:stdio runtime:npm

Install Humanform in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@humanform/mcp"
      ],
      "env": {
        "HUMANFORM_API_KEY": "<HUMANFORM_API_KEY>",
        "HUMANFORM_API_URL": "<HUMANFORM_API_URL>"
      }
    }
  }
}

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

Humanform in other clients