Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kubescape-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
:exclamation: Warning: This is a playground project and most likely will be moved to Kubescape organization soon.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / devops
MCP server for using the GitLab API
An evil MCP server used for redteam testing
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP Security Weekly
Get CVE alerts and security updates for Kubescape Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
:exclamation: Warning: This is a playground project and most likely will be moved to Kubescape organization soon.
Kubescape MCP Server is a middleware component that exposes Kubernetes vulnerability manifests and related tools via the Mark3 Labs MCP protocol. It enables discovery, listing, and querying of vulnerabilities at both image and workload levels in your Kubernetes cluster.
Build and Run
go build -o ks-mcpserver ks-mcpserver.go
./ks-mcpserver
Kubernetes Access
MCP Tools
list_vulnerability_manifests: Discover available vulnerability manifests at image and workload levels.list_vulnerabilities_in_manifest: List all vulnerabilities in a given manifest.list_vulnerability_matches_for_cve: List all vulnerability matches for a given CVE in a given manifest.Resource Templates
kubescape://vulnerability-manifests/{namespace}/{manifest_name}/cve_listkubescape://vulnerability-manifests/{namespace}/{manifest_name}/cve_details/{cve_id}gofmt and passes linting.This project is licensed under the Apache 2.0 or MIT License. See LICENSE for details.