nav substrate for Grok
io.github.wchampe/nav-substrate
Relativistic navigation calcs for agents: time dilation, trip planning, chronometry, gamma.
client:Grok
transport:stdio
runtime:pypi
Install nav substrate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nav-substrate": {
"type": "stdio",
"command": "uvx",
"args": [
"nav-substrate-mcp"
],
"env": {
"NAV_SERVICE_API_KEY": "<NAV_SERVICE_API_KEY>",
"NAV_SERVICE_URL": "<NAV_SERVICE_URL>",
"NAV_SERVICE_LOCAL": "<NAV_SERVICE_LOCAL>"
}
}
}
}
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