cert-manager-mcp-server
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
cert-manager-mcp-server
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 |
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.