Integration Options
MCP & Skills
Install Cekura Skills so your assistant knows Cekura workflows, plus the MCP server so it can act on your workspace. Recommended setup.
AGENTS.md preset
Portable fallback: drop an AGENTS.md file in your repo for assistants that don’t load Agent Skills.
Quick Setup
1. Install Skills, then connect MCP
First install Cekura Skills so your assistant knows Cekura workflows:Claude Code users: install the plugin instead — it bundles Skills, slash commands, and MCP config in one step. See MCP & Skills setup.
- Claude Code
- Cursor / VS Code
2. Add AGENTS.md to Your Repo
Drop an AGENTS.md template into your project root. This teaches any AI assistant the Cekura-specific workflows and terminology for your project.3. Discover Documentation
Cekura’s documentation is available in agent-friendly formats:Common Agent Workflows
Test Your Agent After a Deploy
Create Metrics from Agent Description
Review Call Quality
Generate Evaluators from Real Calls
Best Practices
Start with read-only operations
Start with read-only operations
Begin with listing agents, viewing results, and reading call logs before using write operations like creating metrics or running scenarios.
Use project scoping
Use project scoping
If you have multiple projects, always specify the
project_id parameter to scope your queries. This prevents cross-project data leakage.Monitor context window usage
Monitor context window usage
Large responses (detailed transcripts, full result sets) can consume significant context. Use pagination parameters (
page, limit) to control response size.Combine with CI/CD
Combine with CI/CD
Use Cekura’s GitHub Actions integration alongside MCP to run evals on every PR and review results from your agent.
Next Steps
Manual setup (Skills + MCP)
Install Skills, then configure the MCP server — for clients without a plugin
AGENTS.md Template
Copy-paste template for your project
API Reference
Complete API documentation
Testing Guide
Learn how to create and run evaluators