Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"k0rdent-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
⚠️ Experimental Development Tool – Early stage, expect issues
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
cluster-monitorSubscribe to provisioning updates for a cluster deployment
k0rdent://cluster-monitor/{namespace}/{name}
eventsWatch namespace events
k0rdent://events/{namespace}
podlogsTail container logs from a pod
k0rdent://podlogs/{namespace}/{pod}/{container}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for K0rdent Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
⚠️ Experimental Development Tool – Early stage, expect issues
🚧 Localhost Only – No TLS, admin kubeconfig required
🤖 Developed with AI-Assistance – Code quality and security not production-ready
You use this experimental MCP server at your own risk. Neither Randy Bias nor Mirantis, Inc. take any responsibility for your usage. This is a proof of concept for using AI agents to control k0rdent management and child clusters through the MCP protocol. It is absolutely NOT production-ready.
An experimental MCP server that exposes k0rdent cluster management capabilities to AI assistants through the Model Context Protocol. This is a development tool for k0rdent developers and early adopters who want to explore MCP integration, not a production-ready solution.
Key Points:
Before starting, you must have:
Read this section carefully before using:
Clone the repository
git clone https://github.com/randybias/k0rdent-mcp-server.git
cd k0rdent-mcp-server
Build the server
go build -o server cmd/server/main.go
Set required environment variables
# Required: Point to your k0rdent cluster kubeconfig
export K0RDENT_MGMT_KUBECONFIG_PATH=/path/to/admin-kubeconfig
# Optional: Override default (defaults to 127.0.0.1:6767 for security)
export LISTEN_ADDR=127.0.0.1:3000
# Optional: Set log level
export LOG_LEVEL=debug
Start the server
./server start
Configure Claude Code (see detailed instructions below)
Try safe operations first
WARNING: Cluster deployment operations will create real cloud resources and incur costs.