Skip to content
Windsurf

Humanform for Windsurf

app.humanform/mcp

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

client:Windsurf transport:stdio runtime:npm

Install Humanform in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Humanform in other clients