Testkube

Testkube

The Testkube MCP Server exposes continuous testing capabilities (test orchestration, execution, troubleshooting and anlysis) to AI tools and workflows.

10K+

28 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
get_workflowGet detailed workflow information including execution history, health metrics, and current status.
get_workflow_definitionGet the YAML definition of a specific Testkube workflow. Returns the complete specification including steps, configuration schema, and metadata.
get_workflow_execution_metricsGet raw resource metrics (CPU, memory, disk, network) for a single workflow execution as time-series data. Use for deep-dive debugging of a specific run. Requires workflowName and executionId.
get_workflow_metricsGet execution metrics for a workflow: execution statistics, health scores, pass rates, and performance data. Use to analyze workflow reliability over time.
get_workflow_resource_historyAnalyze resource consumption patterns (CPU, memory, disk, network) across recent executions of a workflow. Computes cross-execution statistics (mean, min, max, stdDev), detects trends, and identifies outliers. Use to investigate growing resource usage or find abnormal runs. Requires workflowName.
get_workflow_schemaGet the YAML schema for TestWorkflow definitions. Returns all available fields, their types, and descriptions. Use to understand workflow structure when creating or querying workflows.
get_workflowtemplate_definitionGet the YAML definition of a specific TestWorkflowTemplate. Returns the complete template specification including steps, config schema, and metadata.
run_workflowRun a TestWorkflow with optional configuration parameters and agent targeting. Use get_workflow_definition first to discover available config parameters. Use list_agents to discover available target agents.
Related servers