Skip to main content
Glama

Kubernetes MCP Server

by secret-deus
pyproject.toml766 B
[project] name = "mcp-kubernetes-python" version = "1.0.0" description = "MCP Server for Kubernetes management - Python version using FastMCP" authors = [ {name = "Your Name", email = "your.email@example.com"} ] readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=2.11.3", "PyYAML>=6.0.1", "kubernetes>=28.1.0", "colorlog>=6.7.0", "aiohttp>=3.12.15", ] [project.optional-dependencies] dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "flake8>=6.0.0", "mypy>=1.5.0", ] [project.scripts] mcp-kubernetes = "mcp_kubernetes_server:main" [tool.uv] dev-dependencies = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "flake8>=6.0.0", "mypy>=1.5.0", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/secret-deus/kubernetes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server