MCP.so
登录
K

Kubescape Mcp

@mohdhaji87

关于 Kubescape Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

mohdhaji87

提交者

mohd Haji

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "kubescapeserver": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/haji/mcp-servers/kubescapeserver",
        "run",
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Kubescape Mcp?

Kubescape Mcp is an MCP (Model Context Protocol) server that exposes kubescape CLI commands as tools for AI assistants. It is designed for users of Claude Desktop or Cursor who want to perform Kubernetes security scans—such as image vulnerability scanning—directly through natural language prompts. The server requires the kubescape CLI and uv to be installed beforehand.

How to use Kubescape Mcp?

First, install the kubescape CLI and uv. Then add the following JSON configuration to your MCP settings in Claude Desktop or Cursor, adjusting the directory path to point to your local copy of the server:

{
  "mcpServers": {
    "kubescapeserver": {
      "command": "uv",
      "args": ["--directory", "/Users/haji/mcp-servers/kubescapeserver", "run", "server.py"]
    }
  }
}

After configuration, the server’s tools become available and can be invoked via prompts (e.g., “scan image nginx”).

Key features of Kubescape Mcp

  • Exposes 4 tools that map to kubescape CLI commands.
  • Scans container images for vulnerabilities.
  • Provides AI-generated security suggestions.
  • Supports security frameworks like NSA and MITRE ATT&CK.
  • Works with both local and public container images.

Use cases of Kubescape Mcp

  • Scanning a custom container image for vulnerabilities during development.
  • Auditing a public image (e.g., nginx) for known security issues.
  • Obtaining framework-specific compliance advice (NSA, MITRE ATT&CK) after a scan.
  • Automating Kubernetes security checks through an AI assistant interface.

FAQ from Kubescape Mcp

What are the prerequisites for using Kubescape Mcp?

You must have the kubescape CLI installed (see https://kubescape.io/docs/getting-started/) and the uv package manager installed on your machine.

How do I configure Kubescape Mcp for my client?

Add the JSON configuration block shown in the README to the MCP settings of Claude Desktop or Cursor, replacing the directory path with the actual location of the server script.

What tools does Kubescape Mcp expose?

It exposes 4 tools that are direct wrappers around kubescape CLI commands. The README does not list their names explicitly.

Can I scan a local image that is not present in my cluster?

The README shows that if an image test is not found, the model suggests switching to a public image scan (e.g., nginx) instead.

What security frameworks are supported by Kubescape Mcp?

After an image scan, AI suggestions are provided for specific frameworks including NSA and MITRE ATT&CK. The README mentions “other specific frameworks” but does not list an exhaustive set.

评论

其他 分类下的更多 MCP 服务器