Auseklis Astrology for VS Code
io.github.igmizo/auseklis
Astrology from a real ephemeris: natal charts, transits, synastry, eclipses, returns. No API keys.
client:VS Code
transport:stdio
runtime:npm
Install Auseklis Astrology in VS Code
.vscode/mcp.json
{
"servers": {
"auseklis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"auseklis"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs