True Solar Time for Cursor
io.github.shann5/true-solar-time
True solar time correction for BaZi charts: historical DST, longitude, equation of time.
client:Cursor
transport:stdio
runtime:npm
Install True Solar Time in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"true-solar-time": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"true-solar-time-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs