Skip to content
VS Code

deepnatal for VS Code

io.github.breezefeng/deepnatal

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

client:VS Code transport:stdio runtime:npm

Install deepnatal in VS Code

.vscode/mcp.json

{
  "servers": {
    "deepnatal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "deepnatal"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

deepnatal in other clients