nav substrate for Claude Desktop
io.github.wchampe/nav-substrate
Relativistic navigation calcs for agents: time dilation, trip planning, chronometry, gamma.
client:Claude Desktop
transport:stdio
runtime:pypi
Install nav substrate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nav-substrate": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs