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
{
"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