Manage test cases directly from Claude, Cursor, Windsurf, and other MCP-compatible AI coding assistants. TestCollab serves as a governance layer and truth engine for AI-generated code - your test cases define what "correct" means, so when AI writes or modifies code, it has a clear source of truth to validate against.
Features:
• List test cases with filtering and sorting
• Create new test cases
• Update existing test cases
• Pagination support for large test suites
服务器配置
{
"mcpServers": {
"testcollab": {
"url": "https://mcp.testcollab.io/mcp",
"transport": "sse"
}
}
}