Skip to content
Cursor

kairos for Cursor

io.github.stardustxx/kairos

Astrology decision support: accurate Swiss Ephemeris charts with calibrated classical verdicts.

client:Cursor transport:stdio runtime:npm

Install kairos in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kairos": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kairos-astrology"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kairos in other clients