Add your description here
Project description
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 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_pibblokto_cert_manager_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_pibblokto_cert_manager_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 66.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
440494ad2a7160cddce2148a12334eb57d4c30736c1318520d3b2f4a5faf9e53
|
|
| MD5 |
1137e652ac3ac84d72b29cdab9753f11
|
|
| BLAKE2b-256 |
e0fc00620be737e7521659bb35e405fd6524097832dd09505eab934980722c7f
|
File details
Details for the file iflow_mcp_pibblokto_cert_manager_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_pibblokto_cert_manager_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 72.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c6f1d87b059fe7b11eeda5a7b5c4b26a20e58e27ea5b9076a6aab98b8ebbae0
|
|
| MD5 |
784ad2aadde0ecd3f67b863a0fb27019
|
|
| BLAKE2b-256 |
64971c4c128d89aa10f08187d49d382a2687260052c194e3f9bb34d3787494db
|