From 5869a95e47bc080bfc81f5c50391a66066e21ec0 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Tue, 3 Jun 2025 06:06:42 +0300 Subject: [PATCH] Add MKP Server to awesome MCP servers list (#258) Add MKP (Model Kontext Protocol Server for Kubernetes) to the README.md. MKP is a native Go implementation that allows LLM-powered applications to interact with Kubernetes clusters through direct API integration, providing comprehensive resource management capabilities. Repository: https://github.com/StacklokLabs/mkp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c76eb9f..a705405 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[MCP Expr Lang](https://github.com/ivan-saorin/mcp-expr-lang)** - MCP Expr-Lang provides a seamless integration between Claude AI and the powerful expr-lang expression evaluation engine. - **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - Set up MCP servers in Claude Desktop - **[mcp-k8s-go](https://github.com/strowk/mcp-k8s-go)** - Golang-based Kubernetes MCP Server. Built to be extensible. +- **[MKP](https://github.com/StacklokLabs/mkp)** - Model Kontext Protocol Server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters through native Go implementation with direct API integration and comprehensive resource management. - **[MCP Open Library](https://github.com/8enSmith/mcp-open-library)** - A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information. - **[MCP-SearXNG-Enhanced Web Search](https://github.com/OvertliDS/mcp-searxng-enhanced)** - An enhanced MCP server for SearXNG web searching, utilizing a category-aware web-search, web-scraping, and includes a date/time retrieval tool. - **[Mermaid](https://github.com/hustcc/mcp-mermaid)** - Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically.