Quickstart
Two guides. One-click source connections via Playground. No configuration beyond a free Developer Edition account.
Pick your guide
Your first query in Claude Code
Connect GitHub via Playground, add Connect AI’s MCP server to Claude Code, and ask a natural-language question about your repos.
- How to one-click connect a source via Playground
- How to create a Personal Access Token
- How to register an MCP server with Claude Code
- How Claude calls MCP tools to answer questions about live data
Scaffold your first agent
Run npx @cdatasoftware/create-agent and you’ve got a working LangChain, Google ADK, or Vercel AI SDK agent pre-wired to Connect AI. Customize from there.
- Which template fits your stack
- What ships in the scaffolded project
- How the agent uses both Data and Management MCP
- Where to extend the standup agent for your own use case
One-click sources in Playground
Connect AI’s Playground ships with three pre-wired quick prompts. Click one and the connection is created and authorized automatically. The fastest way to get queryable data into a new account.
GitHub
Repos, issues, pull requests, commits, contributors
Slack
Channels, messages, users, threads
Google Calendar
Calendars, events, attendees
For other sources, use the standard Add Source flow in Connect AI. Developer Edition supports up to 5 connected sources.
After the guides
Add a source you actually care about, then point Claude Code or your agent at it.
Full API reference, authentication guides, and configuration details.