nav substrate for Zed
io.github.wchampe/nav-substrate
Relativistic navigation calcs for agents: time dilation, trip planning, chronometry, gamma.
client:Zed
transport:stdio
runtime:pypi
Install nav substrate in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs