io.github.kubeshop/testkube-mcp✓
io.github.kubeshop/testkube-mcp · v2.9.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kubeshop/testkube-mcp",
"description": "MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants",
"repository": {
"url": "https://github.com/kubeshop/testkube",
"source": "github"
},
"version": "2.9.1",
"icons": [
{
"src": "https://avatars.githubusercontent.com/u/82541796?v=4",
"mimeType": "image/png",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/kubeshop/mcp-server:2.9.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Testkube access token for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TK_ACCESS_TOKEN"
},
{
"description": "Testkube organization ID",
"isRequired": true,
"format": "string",
"name": "TK_ORG_ID"
},
{
"description": "Testkube environment ID",
"isRequired": true,
"format": "string",
"name": "TK_ENV_ID"
},
{
"description": "Testkube Control Plane URL (default: https://api.testkube.io)",
"format": "string",
"name": "TK_CONTROL_PLANE_URL"
},
{
"description": "Testkube Dashboard URL",
"format": "string",
"name": "TK_DASHBOARD_URL"
},
{
"description": "Enable debug mode (default: false)",
"format": "string",
"name": "TK_DEBUG"
},
{
"description": "MCP transport type: stdio or shttp (default: stdio)",
"format": "string",
"name": "TK_MCP_TRANSPORT"
},
{
"description": "SHTTP host when using shttp transport",
"format": "string",
"name": "TK_MCP_SHTTP_HOST"
},
{
"description": "SHTTP port when using shttp transport",
"format": "string",
"name": "TK_MCP_SHTTP_PORT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}