vari mcp for Cursor
io.github.getvari/vari-mcp
6 hydration calculators for LLMs: water intake, dehydration, pregnancy, CKD, athlete, energy.
client:Cursor
transport:stdio
runtime:npm
Install vari mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vari-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getvari/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs