pibblokto/cert-manager-mcp-server
MCP Server for cert-manager
Platform-specific configuration:
{
"mcpServers": {
"cert-manager-mcp-server": {
"command": "npx",
"args": [
"-y",
"cert-manager-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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"
]
}
}
}This MCP server provides the following tools for interacting with cert-manager and Kubernetes resources:
Loading reviews...