Skip to content

Quick Start

Get started in 2 minutes.

Step 1: Get Your API Key

  1. Sign up at converra.ai
  2. Go to IntegrationsAPI Keys
  3. Create and copy your key

Step 2: Tell Your AI Assistant

Open Cursor, Claude Code, Windsurf, or any AI coding assistant and say:

"Install the Converra MCP server with API key [paste your key here], then help me upload my prompts and optimize them."

That's it. Your AI handles the setup.

What You Can Do

Once connected, just ask:

  • "Upload my prompt and these conversation transcripts"
  • "Analyze my support agent prompt for issues"
  • "Optimize my onboarding prompt"
  • "Compare my current prompt vs this new version"

Manual Setup (Optional)

Claude Code
bash
claude mcp add converra -- npx -y mcp-remote@latest https://converra.ai/api/mcp \
  --header "Authorization:Bearer YOUR_API_KEY"
Cursor

Add to .cursor/mcp.json:

json
{
  "mcpServers": {
    "converra": {
      "url": "https://converra.ai/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}
Other Platforms

See MCP Setup Guide for Claude Desktop, Windsurf, and AntiGravity.


Alternative: Import from LangSmith

Already using LangSmith? Connect for continuous sync of traces and feedback.

  1. Go to Integrations in the Converra app
  2. Click Connect LangSmith and paste your API key (org-scoped or personal)
  3. Select your workspace and project
  4. Configure sync frequency (hourly to daily)
  5. Converra discovers your prompts and agent systems automatically

Multi-agent traces are grouped into agent systems with path visualization and weakest-link scoring.

See the LangSmith Integration Guide for details.


Next Steps