True Solar Time for Zed
io.github.shann5/true-solar-time
True solar time correction for BaZi charts: historical DST, longitude, equation of time.
client:Zed
transport:stdio
runtime:npm
Install True Solar Time in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"true-solar-time": {
"command": "npx",
"args": [
"-y",
"true-solar-time-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs