1. Conduid
  2. Developer Tools
  3. Kmcp
MCP server · Developer Tools

Kmcp

CLI tool and Kubernetes Controller for building, testing and deploying MCP servers

Unclaimed Apache-2.0 last commit 6 months ago mcpkubernetesclidevtools
77Good

Scored 11 hours ago · breakdown

About Kmcp

Kmcp is an MCP server published by kagent-dev in the Developer Tools category: cLI tool and Kubernetes Controller for building, testing and deploying MCP servers. It has been installed 0 times through Conduid.

The repository has 431 stars and 57 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx kmcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Kmcp

Powered by Claude · Grounded in docs

I know everything about Kmcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.3.0v0.3.0 · 5 May 2026
v0.2.8v0.2.8 · 30 Mar 2026
v0.2.7v0.2.7 · 4 Mar 2026
v0.2.6v0.2.6 · 11 Feb 2026
v0.2.5v0.2.5 · 3 Feb 2026

README



Why kMCP?

Prototyping MCP services in isolation is quick and fun, but production adoption introduces many challenges:

  • Ad-hoc scaffolding - Configuring the MCP server, integrating it in Kubernetes, and operating it at enterprise scale
  • Transport fragmentation – Supporting multiple protocols (HTTP, WebSocket, SSE, etc.) requires custom maintenance
  • Disconnected context - Enforcing consistent security, observability, and governance for agent-to-tool communication

We believe teams who have build MCP services should not experience friction when bringing those services to production. kMCP is designed to make MCP connectivity simple.

Getting Started

Install the kmcp CLI on your local machine.

curl -fsSL https://raw.githubusercontent.com/kagent-dev/kmcp/refs/heads/main/scripts/get-kmcp.sh | bash

Verify that the kmcp CLI is installed.

kmcp --help

You're ready to go! Continue on to From Prototype to Production or explore our docs at kagent.dev/docs/kmcp

From Prototype to Production

MCP connectivity affects everyone in an organization. Below are some common quickstart journeys that you may experience:

Technical Details

kmcp is a comprehensive toolkit for building, deploying, and managing Model Context Protocol (MCP) servers. For a more detailed breakdown of using kmcp in your workflow, check out our achitecture overview.

Core Components

  • CLI is your primary tool for development. It allows you to scaffold new MCP projects, manage tools, build container images, and run your MCP server locally for testing and development.
  • Controller: Manages the lifecycle of your MCP server deployments in your Kubernetes cluster. It uses a Custom Resource Definition (CRD) to define MCP servers as native Kubernetes objects, allowing you to manage them with familiar kubectl commands.
  • Transport Adapater - Fronts the MCP server and provides features such as external traffic routing for your MCP server with support for multiple transport protocols without requiring any changes to your code.

Core Principles

  • Rapid scaffolding with support for FastMCP (Python) and MCP Go SDK
  • 🚀 One-command deployment to Kubernetes with pre-configured Transport Adapters
  • 🔄 Consistent workflow from local development to production
  • 🌐 Built-in transport support for HTTP, WebSocket, and Server-Sent Events
  • ☸️ Kubernetes-native using Custom Resource Definitions (CRDs)
  • 🔐 Secrets management integrated with Kubernetes secrets

Get Involved

We welcome contributions! Contributors are expected to respect the kagent Code of Conduct

There are many ways to get involved:

Thanks to all contributors!

Reference

Resources

Ecosystem Resources

License

This project is licensed under the Apache 2.0 License.


README mirrored from the source repository 11 hours ago. The original is authoritative.

Questions

About Kmcp

How do I install Kmcp?

Run npx kmcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Kmcp safe to use with an AI agent?

Its trust score is 77 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Kmcp still maintained?

Yes — the latest release is v0.3.0 (5 May 2026), and the last commit was 6 months ago. The repository has 431 stars and 0 open issues.