Kubernetes Read Only MCP Server
Enables safe, read-only interaction with Kubernetes clusters, allowing users to list resources and fetch logs without any create/update/delete operations.
README
Kubernetes Read Only MCP Server
A Model Context Protocol (MCP) server for safely interacting with Kubernetes clusters using read-only operations.
This MCP server was created to provide a secure way to interact with Kubernetes clusters without allowing any create, update, or delete operations. It only exposes read-only APIs to ensure your clusters remain safe while still enabling AI assistants to help you monitor and troubleshoot your Kubernetes resources.
Built with FastMCP 2.0 and the official Kubernetes Python client library.
Blog post and Demo
Watch the demo running the MCP server using Amazon Q CLI at https://vijay.eu/posts/building-my-first-mcp-server/
Features
This MCP server provides the following read-only tools:
list_pods: List all pods in a namespace or across all namespaceslist_deployments: List all deployments in a specified namespacelist_services: List all services in a namespace or across all namespaceslist_namespaces: List all namespaces in the clusterget_events: Get Kubernetes events from the clusterget_pod_logs: Get logs from a specific podget_logs: Get logs from pods, deployments, jobs, or resources matching a label selectorlist_nodes: List all nodes in the cluster and their status
Prerequisites
- Python 3.10 or higher needed.
- uv is installed. If not, install it using
pip install uv - Kubernetes cluster up and running.
- Kubeconfig configured with default context.
- For demo purposes, you can use kind and docker to setup a local k8s cluster running quickly in your local machine. Refer to this quickstart: https://kind.sigs.k8s.io/docs/user/quick-start/
General MCP Host Configuration
Different MCP Hosts (like various AI assistants or CLIs that support MCP) manage their MCP Server configurations in unique ways. Generally, you'll need to inform your MCP Host how to start the kubernetes-readonly-mcp server.
This typically involves:
- Specifying the command to run the server. For
kubernetes-readonly-mcp, this is oftenuvx kubernetes-readonly-mcp@latest, which usesuvxto download and run the package from PyPI. - Providing any necessary arguments.
- Setting a working directory if required.
Please consult the documentation for your specific MCP Host on how to add and configure new MCP servers. For a detailed example of configuring an MCP server, see the "Amazon Q CLI Setup" section below, which shows how to set up this server with Amazon Q.
You can find more information about the Model Context Protocol and how different clients might implement it at:
- Model Context Protocol Documentation
- Example Host Documentation:
- Claude Desktop: User Quickstart
- Amazon Q CLI: MCP Configuration
Verification of the setup will also depend on your MCP Host. Typically, after configuration, the MCP server and its tools should become available within the host's interface.
Amazon Q CLI Setup
This section guides you through setting up the kubernetes-readonly-mcp server with the Amazon Q CLI.
1. Install Amazon Q CLI
If you haven't already, install the Amazon Q CLI. Please follow the official installation instructions provided in the Amazon Q Developer Guide.
2. Configure MCP Server for Amazon Q CLI
You need to tell Amazon Q CLI how to run the kubernetes-readonly-mcp server. Create or update your MCP configuration file at ~/.aws/amazonq/mcp.json.
Add the following entry to the mcpServers object:
{
"mcpServers": {
"kubernetes-readonly-mcp": {
"command": "uvx",
"args": ["kubernetes-readonly-mcp@latest"],
"workingDirectory": "~/",
"userDocs": {
"overview": "Provides read-only access to Kubernetes cluster information. Allows listing of pods, deployments, services, namespaces, nodes, and fetching logs."
}
}
// Add other MCP servers here if you have them
}
}
If the file or mcpServers object already exists, merge this configuration. Ensure the JSON is valid.
3. Install/Update kubernetes-readonly-mcp
The MCP configuration above uses uvx to run the kubernetes-readonly-mcp. uvx will automatically download and run the latest version of the package from PyPI if it's not already available in its cache or if a newer version is published.
To ensure you have uv (which provides uvx), install it if you haven't already:
pip install uv
Or, for isolated installation:
pipx install uv
uvx will handle the installation of kubernetes-readonly-mcp when it's first invoked by the Amazon Q CLI.
4. Verify MCP Server with uvx
Before using it with Amazon Q CLI, you can directly test if uvx can run the MCP server. This helps confirm that uv is installed correctly and the package can be fetched.
Open your terminal and run:
uvx kubernetes-readonly-mcp@latest list_namespaces
This command attempts to run the list_namespaces tool from the kubernetes-readonly-mcp server.
If successful, you should see a JSON output listing the namespaces in your default Kubernetes context (or an empty list if no namespaces are found, or an error if a K8s cluster is not configured). This indicates that uvx can execute the MCP server.
If you encounter issues, ensure your Kubernetes kubeconfig is correctly set up and uv is in your PATH.
After these steps, restart your Amazon Q CLI (if it was already running) for it to pick up the new MCP server configuration. You should then be able to invoke tools from kubernetes-readonly-mcp via Amazon Q.
Example Prompts
- "Get list of pods from my kubernetes cluster"
- "Are there any failing pods? Debug why they are failing"
- "Show me the logs from the nginx deployment"
- "List all services in the default namespace"
License
Apache License 2.0
Disclaimer
This is an experimental project and not production-ready. Use it at your own discretion.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。