pibblokto/cert-manager-mcp-server
by Various
MCP Server for cert-manager
MCP
pibblokto/cert-manager-mcp-server
Added 1 June 2026
Overview
The pibblokto/cert-manager-mcp-server is an MCP (Model Context Protocol) server that connects AI agents to cert-manager on Kubernetes. It enables natural language or tool-based management of TLS certificates, issuers, and related resources. The server is written in Python and provides a bridge between AI assistants and Kubernetes certificate operations.
Best for
Best for
DevOps teams who want to manage Kubernetes certificate lifecycles through AI assistants
Use cases
- Automate certificate issuance and renewal in a Kubernetes cluster
- Query certificate status, expiration dates, and issuer details via AI
- Create, update, or delete Certificate and Issuer resources through conversational interfaces
How to use
Tools exposed
list_certificatesget_certificaterenew_certificatelist_issuerslist_namespaceslist_contextsget_current_contextswitch_context
Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "cert-manager-mcp-server": {\n "command": "sh",\n "args": [\n "-c",\n "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"\n ]\n }\n }\n} Notes
The pibblokto/cert-manager-mcp-server is an MCP (Model Context Protocol) server that connects AI agents to cert-manager on Kubernetes. It enables natural language or tool-based management of TLS certificates, issuers, and related resources. The server is written in Python and provides a bridge between AI assistants and Kubernetes certificate operations.
24 stars on GitHub. Last updated 2025-08-25. Licensed Apache-2.0.
Use cases
- Automate certificate issuance and renewal in a Kubernetes cluster
- Query certificate status, expiration dates, and issuer details via AI
- Create, update, or delete Certificate and Issuer resources through conversational interfaces
Pros
- Enables cert-manager operations directly from MCP-compatible AI tools
- Lightweight and open-source implementation in Python
- Active development with community contributions
Cons
- Requires a running Kubernetes cluster with cert-manager installed
- Limited documentation and small user base (24 stars on GitHub)
- Potential security risks when granting AI agents access to certificate management
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables cert-manager operations directly from MCP-compatible AI tools
- Lightweight and open-source implementation in Python
- Active development with community contributions
Cons
- Requires a running Kubernetes cluster with cert-manager installed
- Limited documentation and small user base (24 stars on GitHub)
- Potential security risks when granting AI agents access to certificate management
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.