MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Cloud Platforms/kubernetools MCP
Cloud PlatformsOfficial
K

kubernetools MCP

Help AI agents write accurate, up-to-date Kubernetes manifests by giving them the official Kubernetes API reference, so they can look up kinds, fields, and nested types with current specs across the latest and three previous Kubernetes versions

0 starsUpdated Jul 5, 2026
View on GitHub

Ads

Overview

Container image for the kubernetools MCP server. Registry: ghcr.io/kubernetools/mcp-server No authentication required; all connections are rate-limited per source IP at the free-tier limit. echo '[{"key":"mykey","tier":"free"}]' > keys.json podman run -d \ -p 3000:3000 \ -v "$(pwd)/keys.json:/keys.json:ro" \ -e K8S_VERSIONS=v1.33,v1.34,v1.35,v1.36 \ -e KEY_STORE_PATH=/keys.json \ ghcr.io/kubernetools/mcp-server:latest The key store is a flat JSON array loaded once at startup: Every request must include the key in the Authorization header:

Installation

Installation instructions are not available yet.

Configuration

{
  "mcpServers": {
    "kubernetools": {
      "url": "http://localhost:3000/?version=v1.36",
      "headers": {
        "Authorization": "Bearer mykey"
      }
    }

Capabilities

  • Discover available Kubernetes resource kinds

    ask the AI to call `list_resources` to see all resource types, optionally filtered by API group or version.

  • Get the full schema for a resource

    use `get_resource` to retrieve every field, spec, and status detail needed to write a manifest for a given kind.

  • Drill into nested type definitions

    when a field references a complex type, call `get_type` by name to expand its structure and sub-fields.

  • Target a specific Kubernetes version

    connect with a `version` query parameter to work against the API schema of a particular release like v1.36.

Tags

  • kubernetes
  • devops
  • cloud-infrastructure
  • documentation
  • coding-agent

Related MCP servers

M

Metabase

Official

Official Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.

49kCloud PlatformsUpdated Today
A

AWS CloudTrail

Official

This AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.

9.6kCloud PlatformsUpdated 1 day ago
A

AWS Bedrock KB Retrieval

Official

Query Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.

9.6kCloud PlatformsUpdated 1 day ago
A

AWS CDK

Official

Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.

9.6kCloud PlatformsUpdated 1 day ago