Skip to content
VS Code

True Solar Time for VS Code

io.github.shann5/true-solar-time

True solar time correction for BaZi charts: historical DST, longitude, equation of time.

client:VS Code transport:stdio runtime:npm

Install True Solar Time in VS Code

.vscode/mcp.json

{
  "servers": {
    "true-solar-time": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "true-solar-time-mcp"
      ]
    }
  }
}

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

True Solar Time in other clients