Cert Manager Server
FreeNot checkedEnables management and troubleshooting of cert-manager certificates and resources in Kubernetes, including listing, inspecting, and renewing certificates, manag
About
Enables management and troubleshooting of cert-manager certificates and resources in Kubernetes, including listing, inspecting, and renewing certificates, managing issuers, and switching Kubernetes contexts.
README
MCP server for management and troubleshooting of certificates and other resources managed by cert-manager.
Claude Desktop config:
{
"mcpServers": {
"cert-manager-mcp-server": {
"command": "sh",
"args": [
"-c",
"docker run -i --rm -v ~/.kube:/home/app/.kube:ro -v ~/.config/gcloud:/home/app/.config/gcloud piblokto/cert-manager-mcp-server:v0.0.5"
]
}
}
}
Claude Desktop config for GKE clusters:
{
"mcpServers": {
"cert-manager-mcp-server": {
"command": "sh",
"args": [
"-c",
"docker run -i --rm -v ~/.kube:/home/app/.kube:ro -v ~/.config/gcloud:/home/app/.config/gcloud -e CLOUDSDK_CORE_PROJECT=<DEFAULT_PROJECT_ID> -e CLOUDSDK_COMPUTE_REGION=<DEFAULT_COMPUTE_REGION> piblokto/cert-manager-mcp-server:v0.0.5"
]
}
}
}
Tools
This MCP server provides the following tools for interacting with cert-manager and Kubernetes resources:
Certificate Management
- list_certificates - List certificates within a namespace or across all namespaces, with options for filtering expired certificates and pagination. You can also include domains for listed certificates with include_domains argument (defaults to False to make responses more compact)
- get_certificate - Get detailed information about a specific certificate
- renew_certificate - Force renewal of a certificate
Issuer Management
- list_issuers - List issuers or cluster issuers with their statuses and configuration. Unlike list_certificates there are no pagination or filtering except for cluster/namespaced issuers and namespaces for Issuers.
Kubernetes Context Management
- list_namespaces - List all namespaces in the cluster
- list_contexts - List all available kubeconfig contexts
- get_current_context - Get the currently active kubeconfig context
- switch_context - Switch to a different kubeconfig context. Updates in-memory config
Available Tools
| Tool Name | Description | Read-Only | Parameters |
|---|---|---|---|
list_certificates |
List certificates within a namespace or all namespaces, with filtering and pagination options | ✅ | namespace_name, all_namespaces, include_domains, list_expired, cursor, page_size |
get_certificate |
Get detailed information about a specific certificate | ✅ | namespace_name, certificate_name |
renew_certificate |
Force renewal of a certificate in a given namespace | ❌ | namespace_name, certificate_name |
list_issuers |
List issuers or cluster issuers with their statuses and configuration | ✅ | list_cluster_issuers, all_namespaces, namespace_name |
list_namespaces |
List all namespaces in the cluster | ✅ | None |
list_contexts |
List all available kubeconfig contexts | ✅ | None |
get_current_context |
Get the currently active kubeconfig context | ✅ | None |
switch_context |
Switch to a different kubeconfig context | ✅ | ctx |
Installing Cert Manager Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/pibblokto/cert-manager-mcp-serverFAQ
Is Cert Manager Server MCP free?
Yes, Cert Manager Server MCP is free — one-click install via Unyly at no cost.
Does Cert Manager Server need an API key?
No, Cert Manager Server runs without API keys or environment variables.
Is Cert Manager Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cert Manager Server in Claude Desktop, Claude Code or Cursor?
Open Cert Manager Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cert Manager Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
