A Model Context Protocol server that fetches Kubernetes troubleshooting runbooks
Project description
Kubernetes Runbooks MCP Server
A Model Context Protocol (MCP) server that provides access to Kubernetes troubleshooting runbooks from Container Solutions' Runbooks.
Features
- 🔍 Search & Discovery: Find relevant runbooks by keyword or browse all available topics
- 📖 Content Access: Fetch detailed troubleshooting guides for specific Kubernetes issues
- 🤖 AI Integration: Designed for seamless integration with AI assistants via MCP
- ⚡ Performance: Intelligent caching to minimize network requests
- 🛡️ Reliability: Robust error handling and graceful degradation
Available Runbooks
The server provides access to comprehensive troubleshooting guides for:
- Node Issues: Resource constraints, node availability problems
- Pod Problems: CrashLoopBackOff, ImagePullBackOff, pending states
- Container Errors: CreateContainerError, sandbox creation failures
- Network Issues: Service connectivity, DNS resolution problems
- Resource Management: OutOfPods states, resource allocation issues
Installation
Using uvx (Recommended)
Install and run directly with uvx:
uvx kubernetes-runbooks-mcp-server
Using uv
uv tool install kubernetes-runbooks-mcp-server
kubernetes-runbooks-server
Using pip
pip install kubernetes-runbooks-mcp-server
kubernetes-runbooks-server
Usage
With Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"kubernetes-runbooks": {
"command": "uvx",
"args": ["kubernetes-runbooks-mcp-server"]
}
}
}
Available Tools
list-topics: List all available runbook topicssearch-runbooks: Search runbooks by keywordfetch-runbook: Get specific runbook content by topic slug
Available Resources
Access runbooks directly via URI:
runbook://kubernetes/create-container-errorrunbook://kubernetes/crashloopbackoffrunbook://kubernetes/dns-failures
Available Prompts
troubleshoot-k8s: Interactive troubleshooting guidancerunbook-summary: Summarize key points from runbooks
Example Usage
# List all available topics
{"name": "list-topics", "arguments": {}}
# Search for pod-related issues
{"name": "search-runbooks", "arguments": {"query": "pod"}}
# Fetch specific runbook
{"name": "fetch-runbook", "arguments": {"topic": "crashloopbackoff"}}
Development
Setup
git clone <repository-url>
cd kubernetes-runbooks-mcp-server
uv sync --dev
Running
uv run kubernetes-runbooks-server
Testing
uv run pytest
Architecture
- RunbookScraper: Handles web scraping from the runbooks website
- Caching System: In-memory cache for runbook metadata and content
- MCP Server: Implements the Model Context Protocol with resources, tools, and prompts
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
License
MIT License - see LICENSE file for details.
Acknowledgments
- Container Solutions for maintaining excellent Kubernetes runbooks
- Model Context Protocol for the MCP specification
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kubernetes_runbooks_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: kubernetes_runbooks_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 71.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64b9b46a96281b74a642c69dfc700884f41bad853542412c84baedb04e23efe2
|
|
| MD5 |
1cb2cdc5b7db5113d4fdc9d7df1e6452
|
|
| BLAKE2b-256 |
ba2a7abf067aa96461b93575481ecae985c59c29770f58dd5ce98199b2cac5bb
|
File details
Details for the file kubernetes_runbooks_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: kubernetes_runbooks_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 82.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a182f1cb3ddd8019180d534e38e9f21d5b67dc7ec124399ec52a7a67a806b0a4
|
|
| MD5 |
144305682783f2d351fc0b1132eec4a2
|
|
| BLAKE2b-256 |
1495debeff65332a2d13b5fd058b2d72c7ca2ab72a722ef00bd67dee2b817348
|