Skip to content
VS Code

vari mcp for VS Code

io.github.getvari/vari-mcp

6 hydration calculators for LLMs: water intake, dehydration, pregnancy, CKD, athlete, energy.

client:VS Code transport:stdio runtime:npm

Install vari mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "vari-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getvari/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vari mcp in other clients