← Back to Plugins
MCP Server MCP

io.github.kubeshop/testkube-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants

Homepage Verified source GitHub

Install

oci:docker.io/kubeshop/mcp-server:2.9.1

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...