physbound for Cursor
io.github.jonesrobm/physbound
Physical Layer Linter: validates RF and radar calculations against hard physical limits.
client:Cursor
transport:stdio
runtime:pypi
Install physbound in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"physbound": {
"type": "stdio",
"command": "uvx",
"args": [
"physbound"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs