For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
  • Introduction
    • Overview
    • Getting started
      • Claude Desktop
      • ChatGPT
      • Gemini CLI
      • Google ADK
      • Other MCP clients
      • Connecting multiple Agents
    • Authentication
    • Data privacy
    • Built-in prompts
    • FAQ
    • Troubleshooting
  • Tools
    • Overview
    • get_ada_configuration
    • get_ada_metric
    • get_available_filters
    • get_conversations
    • get_conversation
    • search_knowledge
    • search_coaching
    • get_improvement_guide
    • list_entities
    • propose_change
    • get_test_cases
    • get_test_runs
    • get_test_run_quota
    • send_feedback
  • Prompt library
    • Overview
    • Improvement recommendations
    • Quick health checks
    • Create visualizations
    • Diagnose performance issues
    • Identify optimization opportunities
    • Review configuration
    • Search knowledge and coaching
    • Test agent responses
    • Deep-dive analysis
Login
LogoLogo
On this page
  • Pick your client
  • Before you connect
  • After you connect
Introduction

Getting started

Was this page helpful?
Previous

Claude Desktop

Next
Built with

Ada’s MCP Server works with any MCP-compatible AI assistant. Pick your client and follow the walk-through to connect.

Pick your client

ClientWhen to use itWalk-through
Claude DesktopInteractive analysis in a desktop app. Supports per-tool disable.Connect Claude Desktop
ChatGPTInteractive analysis in the browser. Paid plan recommended.Connect ChatGPT
Gemini CLITerminal-based analysis for Gemini Enterprise users.Connect Gemini CLI
Google ADKProgrammatic access from Python agents and backends.Connect Google ADK
Cursor / VS Code / customAny other MCP-compatible client.Other MCP clients

Managing more than one AI Agent? See Connecting multiple Agents.

Before you connect

  • Confirm your role: Agent, Admin, or Owner. Read Only users cannot connect to the MCP server.
  • Decide on authentication: OAuth (recommended for interactive clients) or API key (recommended for programmatic access).
  • Review data privacy settings for your assistant, especially model-training toggles.

After you connect

  • Try a prompt from the prompt library.
  • Explore available tools to understand what the assistant can pull.
  • Hit a problem? See troubleshooting.