k8s-manifest-audit
Provides tools for auditing Kubernetes manifests using kube-linter checks, including security, resource, availability, and configuration analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@k8s-manifest-auditaudit my deployment.yaml"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
k8s-manifest-audit
k8s-manifest-audit — static audit of Kubernetes manifests via MCP. Powered by kube-linter. Part of the Unbearable Labs audit shop.
Built by Unbearable Labs. Pay-per-event pricing — only billed when a tool is actually called.
What it does
Point any MCP-capable client (Claude Desktop, Cursor, n8n, Make, Zapier, custom agents) at this server, hand it a Kubernetes manifest or directory of manifests, get back a structured report:
Severity — high / medium / low / info
Check ID — kube-linter check name (e.g.
privileged-container,unset-cpu-requirements)Category — security / resources / availability / network / rbac / images / config
Message — what kube-linter found and where
Remediation hint — what to do about it
Object location — kind, name, namespace of the offending resource
63 checks total (31 enabled by default). Covers Deployment, Service, Ingress, ConfigMap, Secret, StatefulSet, DaemonSet, Job, CronJob, NetworkPolicy, RBAC, HPA, PDB, and more.
Related MCP server: gke-cred-audit
Tools
Tool | Pricing | Purpose |
| $0.02 | Audit a single YAML string (may contain multi-doc |
| $0.02 | Audit multiple files — cross-file checks work correctly |
| $0.005 | Browse the full 63-check catalog with severity + category |
| $0.005 | Get description + remediation for one specific check |
Quick start
{
"mcpServers": {
"k8s-manifest-audit": {
"url": "https://unbearable-dev--k8s-manifest-audit.apify.actor/mcp",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}Check catalog (sample — 63 checks total)
Check ID | Category | Severity (mapped) |
| security | high |
| security | high |
| security | high |
| security | high |
| security | high |
| rbac | high |
| rbac | high |
| resources | medium |
| resources | medium |
| availability | medium |
| images | medium |
| availability | medium |
| availability | medium |
| config | low |
| config | low |
Use list_checks to get the full, up-to-date catalog.
Pricing
Event | USD |
| $0.02 |
| $0.005 |
Powered by kube-linter (MIT, StackRox/Red Hat).
Built by Noel @ Unbearable Labs — more like this in the weekly newsletter.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server to lint and validate Kubernetes-related manifests(Helm, FluxCD, ArgoCD, Kustomize, etc.)Last updatedMIT
- Alicense-qualityCmaintenanceDefensive credential-exposure auditor for GKE that inventories workload identity, service account tokens, and RBAC posture, exposing findings via an MCP server at /mcp.Last updatedApache 2.0
- Flicense-qualityBmaintenanceMCP-native auditor for LLM hallucination and grounding issues in RAG systems. Provides prioritized findings in table, JSON, or SARIF format for CI gating and AI agent integration.Last updated
- AlicenseAqualityAmaintenanceStatic scanner for MCP/agent-gateway readiness anti-patterns, providing a 7-dimension R/Y/G score by scanning code and config for common failure modes.Last updated1602MIT
Related MCP Connectors
Four IaC audits in one call: Compose, Dockerfile, GitHub Actions, Kubernetes. 131 checks.
Query OSV.dev for package vulnerabilities and batch-audit dependency lists via MCP.
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UnbearableDev/k8s-manifest-audit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server