rigor mcp for Cursor
io.github.mrnh/rigor-mcp
Verified statistical inference for AI agents: hypothesis tests, sequential testing, power.
client:Cursor
transport:stdio
runtime:pypi
Install rigor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rigor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rigor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs