testkube-mcp

@kubeshop/testkube-mcp
0 Stars 5 次浏览 kubeshop 更新于 2026-08-23

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

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "docker.io/kubeshop/mcp-server": {
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kubeshop/mcp-server:2.4.3"
      ],
      "command": "docker"
    }
  }
}

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

Welcome to Testkube!

Testkube is a Test Orchestration and Execution Framework for Cloud-Native Applications.
It provides a single platform for defining, running and analyzing test executions, using
your existing testing tools/scripts, leveraging your existing CI/CD/GitOps pipelines and
Kubernetes infrastructure.

Testkube consists of a Control Plane and any number of Testkube Agents. The Control Plane exposes a
Dashboard for easy and centralized access to most Testkube features.

The Testkube Agent (this repo) is 100% Open-Source and can be deployed standalone without a Control Plane - Read More.

Why use Testkube?

  • Run any Tests: Execute any tests/tools/scripts at scale - Examples & Guides.
  • Run Tests whenever needed: Run tests manually, on schedules, from CI/CD/GitOps pipelines, on Kubernetes Events, etc. - Read More.
  • Results and Analytics: Aggregate all test results, artifacts, logs and resource-metrics for centralized troubleshooting and reporting - Read More.
  • Works with your tools: Integrate with existing tools and infrastructure using Webhooks and the Testkube REST API - see Integration Examples.
  • Enterprise Ready: SSO/SCIM, RBAC, Teams, Resource-Groups, Audit-logs, etc. - Read More.

Getting Started with Open Source

To get started with the open source agent:

  • The Helm or CLI Installation will make it easy to deploy the agent into your target cluster.
  • The Quickstart is the easiest way to set up
    Testkube and run your first tests.

Check out the Testkube Open Source Overview to learn
more about the open source deployment architecture.

Getting Started with the Commercial Control Plane

Looking for more than single environment test execution? Do you need orchestration accross clusters, support for different trigger points, and high level reporting and artifact collection? Enterprise may be for your team - there are several ways to get started:

Check out the Installation Overview to learn
more about different ways to deploy and run the Testkube Control Plane.

Documentation

Extensive documentation is available at docs.testkube.io.

Contributing

Shout-out to our contributors 🎉 - you're great!

Go to contribution document to read more how can you help us 🔥

Feedback

Whether Testkube helps you or not, we would love to help and hear from you. Please join us on Slack to ask questions
and let us know how we can make Testkube even better!

相关 MCP 服务