Auseklis Astrology for Cursor
io.github.igmizo/auseklis
Astrology from a real ephemeris: natal charts, transits, synastry, eclipses, returns. No API keys.
client:Cursor
transport:stdio
runtime:npm
Install Auseklis Astrology in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"auseklis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"auseklis"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs