AgentHubAgentHub

mcp

MCP ServerMCP Registry官方收录

io.github.kubeshark/mcp · v53.3.0

Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.

概览

mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.kubeshark/mcp",
  "type": "mcp-server",
  "version": "53.3.0",
  "displayName": "mcp",
  "description": "Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.",
  "repository": {
    "url": "https://github.com/kubeshark/kubeshark",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kubeshark/kubeshark/releases/download/v53.3.0/kubeshark-mcp_darwin_arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kubeshark/kubeshark/releases/download/v53.3.0/kubeshark-mcp_darwin_amd64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kubeshark/kubeshark/releases/download/v53.3.0/kubeshark-mcp_linux_arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kubeshark/kubeshark/releases/download/v53.3.0/kubeshark-mcp_linux_amd64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kubeshark/kubeshark/releases/download/v53.3.0/kubeshark-mcp_windows_amd64.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.kubeshark/mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kubeshark%2Fmcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp — MCP Server 安装与配置 · AgentHub