nav substrate for Windsurf
io.github.wchampe/nav-substrate
Relativistic navigation calcs for agents: time dilation, trip planning, chronometry, gamma.
client:Windsurf
transport:stdio
runtime:pypi
Install nav substrate in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs