Skip to content
Zed

deepnatal for Zed

io.github.breezefeng/deepnatal

Natal charts cross-verified three ways. Refuses to answer rather than guess.

client:Zed transport:stdio runtime:npm

Install deepnatal in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "deepnatal": {
      "command": "npx",
      "args": [
        "-y",
        "deepnatal"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

deepnatal in other clients