MCP server for management and troubleshooting of certificates and other resources managed by cert-manager. Claude Desktop config: Claude Desktop config for GKE clusters: This MCP server provides the following tools for interacting with cert-manager and Kubernetes resources: - listcertificates - List certificates within a namespace or across all namespaces, with options for filtering expired certif
Add this skill
npx mdskills install pibblokto/cert-manager-mcp-serverComprehensive cert-manager toolset with clear descriptions and helpful setup examples for both standard and GKE clusters
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= -e CLOUDSDK_COMPUTE_REGION= piblokto/cert-manager-mcp-server:v0.0.5"
]
}
}
}
This MCP server provides the following tools for interacting with cert-manager and Kubernetes resources:
| 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 |
Install via CLI
npx mdskills install pibblokto/cert-manager-mcp-serverCert Manager MCP Server is a free, open-source AI agent skill. MCP server for management and troubleshooting of certificates and other resources managed by cert-manager. Claude Desktop config: Claude Desktop config for GKE clusters: This MCP server provides the following tools for interacting with cert-manager and Kubernetes resources: - listcertificates - List certificates within a namespace or across all namespaces, with options for filtering expired certif
Install Cert Manager MCP Server with a single command:
npx mdskills install pibblokto/cert-manager-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
Cert Manager MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.