AI-powered test generation toolkit — MCP server for IDE integration.
- Generates test code from YAML scenario descriptions using Claude AI
- Supports 25+ testing frameworks (pytest, Jest, JUnit, Playwright, Robot, etc.)
- Learns from feedback to improve output over time
- Repairs broken tests and self-heals after code changes
Add to your IDE's MCP config:
{
"mcpServers": {
"Cognova": {
"command": "uvx",
"args": ["cognova-mcp@latest"],
"env": { "ANTHROPIC_API_KEY": "sk-ant-..." }
}
}
}Then ask your IDE agent: "Initialize Cognova for this project"
- Python 3.11+
- Anthropic API key (console.anthropic.com)
MIT