noisefloor — is this number real? for Cursor
io.github.beepboop2025/noisefloor
Is this number real, or is it noise? Peek-safe A/B tests, change detection, honest forecasts.
client:Cursor
transport:stdio
runtime:pypi
Install noisefloor — is this number real? in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"noisefloor": {
"type": "stdio",
"command": "uvx",
"args": [
"noisefloor"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs