Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cert Manager Mcp Server

    MCP Server for cert-manager

    16 stars
    Python
    Updated Aug 25, 2025

    Table of Contents

    • Certificate Management
    • Issuer Management
    • Kubernetes Context Management
    • Available Tools

    Table of Contents

    • Certificate Management
    • Issuer Management
    • Kubernetes Context Management
    • Available Tools

    Documentation

    cert-manager-mcp-server

    MCP server for management and troubleshooting of certificates and other resources managed by cert-manager.

    Claude Desktop config:

    json
    {
      "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:

    json
    {
      "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"
          ]
        }
      }
    }

    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 NameDescriptionRead-OnlyParameters
    list_certificatesList certificates within a namespace or all namespaces, with filtering and pagination options✅namespace_name, all_namespaces, include_domains, list_expired, cursor, page_size
    get_certificateGet detailed information about a specific certificate✅namespace_name, certificate_name
    renew_certificateForce renewal of a certificate in a given namespace❌namespace_name, certificate_name
    list_issuersList issuers or cluster issuers with their statuses and configuration✅list_cluster_issuers, all_namespaces, namespace_name
    list_namespacesList all namespaces in the cluster✅None
    list_contextsList all available kubeconfig contexts✅None
    get_current_contextGet the currently active kubeconfig context✅None
    switch_contextSwitch to a different kubeconfig context✅ctx

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k