Skip to content
Cline

nav substrate for Cline

io.github.wchampe/nav-substrate

Relativistic navigation calcs for agents: time dilation, trip planning, chronometry, gamma.

client:Cline transport:stdio runtime:pypi

Install nav substrate in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

nav substrate in other clients