Appearance
Quick Start
Get started in 2 minutes.
Step 1: Get Your API Key
- Sign up at converra.ai
- Go to Integrations → API Keys
- 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.
- Go to Integrations in the Converra app
- Click Connect LangSmith and paste your API key (org-scoped or personal)
- Select your workspace and project
- Configure sync frequency (hourly to daily)
- 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
- Integrations Overview - All connection options
- MCP Tools Reference - All commands
- REST API - Programmatic integration
