physbound for Grok
io.github.jonesrobm/physbound
Physical Layer Linter: validates RF and radar calculations against hard physical limits.
client:Grok
transport:stdio
runtime:pypi
Install physbound in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"physbound": {
"type": "stdio",
"command": "uvx",
"args": [
"physbound"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs