Connect KundaliMCP
Choose your client. Interactive AI tools use OAuth — one-click, no copy-paste. CI and server-to-server callers use long-lived sutra_… API keys.
Claude
One-click OAuth in Claude.ai or Claude Desktop.
ChatGPT
OAuth via OpenAI Apps SDK / connectors.
Kimi
Kimi CLI with --auth oauth.
API key
CI / server-to-server sutra_… keys.
Printable setup guide PDF
All four setup paths + example questions + troubleshooting in a single 11-page document. Download, print, or share.
Which should I use?
- OAuth 2.1 — use for Claude, ChatGPT, Kimi, and any spec-conformant MCP client. Zero secrets to manage; your KundaliMCP tier resolves dynamically from your account.
- API key — use for CI pipelines, backend services, or scripts that run without a browser. Keys are tier-bound at issuance and stored hashed (copy once on creation).
Protocol contract for MCP client developers: docs/oauth-integration.md