ryu1maniwa/kubernetes-documentation-mcp-server
If you are the rightful owner of kubernetes-documentation-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Kubernetes Documentation MCP Server is a tool designed to facilitate access to and search of Kubernetes documentation using Google Custom Search.
The Kubernetes Documentation MCP Server is a specialized server that leverages the Model Context Protocol (MCP) to provide users with efficient access to Kubernetes documentation. It is built on the foundation of the aws-documentation-mcp-server by Amazon Web Services and is licensed under the Apache License 2.0. This server is designed to fetch and convert Kubernetes documentation pages into markdown format, making it easier for users to read and utilize the information. Additionally, it integrates with Google Custom Search to allow users to search through the vast array of Kubernetes documentation efficiently. The server requires Docker for installation and operation, and users must set up a Google API key to enable the search functionality. This tool is particularly useful for developers and IT professionals who need quick and reliable access to Kubernetes documentation for their projects.
Features
- Fetch and convert Kubernetes documentation pages to markdown format.
- Search Kubernetes documentation using Google Custom Search.
- Integrates with Google Custom Search for efficient documentation search.
- Requires Docker for installation and operation.
- Based on the aws-documentation-mcp-server by Amazon Web Services.
Usages
usage with docker
{ "mcpServers": { "kubernetes-documentation-mcp-server": { "command": "docker", "args": [ "run", "--rm", "--interactive", "--env", "FASTMCP_LOG_LEVEL=ERROR", "--env", "GOOGLE_API_KEY=YOUR_GOOGLE_API_KEY", "kubernetes-documentation-mcp-server:latest" ], "env": {}, "disabled": false, "autoApprove": [] } } }
Tools
read_documentation
Fetches a Kubernetes documentation page and converts it to markdown format.
search_documentation
Searches Kubernetes documentation using Google Custom Search.