GuidesMCP Client Setup
Cursor
Connect Astrocal to Cursor with one-click install or an MCP config file.
One-click install
The AI Tools screen in your dashboard shows an Add to Cursor button that opens Cursor with Astrocal pre-configured (the button is enabled once you create a key, since the deeplink embeds it).
Manual config
Add Astrocal to your Cursor MCP config at ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):
{
"mcpServers": {
"astrocal": {
"command": "npx",
"args": ["-y", "@astrocal/mcp-server"],
"env": {
"ASTROCAL_API_KEY": "ac_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}Reload Cursor and the Astrocal tools become available in agent mode.
Raw API keys are shown only once at creation. Create a key on the Connect AI Tool screen to fill this snippet — or use the one-click button there.