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

    Mcp K8s Sse Server

    mcp tools for k8s resources management using cursor agent

    0 stars
    Go
    Updated May 12, 2025

    Table of Contents

    • Overview
    • Key Features
    • Requirements
    • Build Instructions
    • Usage
    • Cursor mcp.json
    • Project Structure

    Table of Contents

    • Overview
    • Key Features
    • Requirements
    • Build Instructions
    • Usage
    • Cursor mcp.json
    • Project Structure

    Documentation

    mcp-k8s

    Overview

    mcp-k8s is a lightweight Kubernetes management tool providing sse and stdio mode for Kubernetes cluster management. It simplifies Kubernetes resources operation in cursor IDE.

    Key Features

    • Kubernetes cluster connection and management
    • Kubernetes node management (view, cordon, uncordon, restart)
    • Pod management (view, delete, log retrieval, command execution)
    • OpenKruise resource management (view, describe, and scale CloneSets and AdvancedStatefulSets)
    • ConfigMap management
    • Multi-cluster context switching

    Requirements

    • Go 1.18+
    • Kubernetes cluster
    • Valid kubeconfig file

    Build Instructions

    In the project root directory, run:

    bash
    go build -o k8s

    Usage

    The application supports two running modes:

    • stdio mode: For command-line interaction
    • SSE mode: Starts an HTTP server for API access

    Start in SSE mode:

    bash
    ./k8s -mode=sse -address=:8686

    Start in stdio mode:

    bash
    ./k8s -mode=stdio

    Cursor mcp.json

    code
    {
      "mcpServers": {
        "k8s": {
         "url": "http://127.0.0.1:8686/sse"
        }
      }
    }

    Project Structure

    • biz/: Business logic code
    • clientset/: Kubernetes client related code
    • pod/: Pod operations
    • node/: Node management
    • context/: Cluster context management
    • kruise/: OpenKruise resource management
    • configmap/: ConfigMap management
    • main.go: Application entry point

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    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

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    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