mcp-ephemeral-k8s
@BobMerkus
关于 mcp-ephemeral-k8s
Python implementation to spawn ephemeral Model Context Protocol (MCP) servers using the kubernetes API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-ephemeral-k8s": {
"command": "uvx",
"args": [
"mcp-ephemeral-k8s"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-ephemeral-k8s?
A Python library for spawning ephemeral Model Context Protocol (MCP) servers on Kubernetes using Server-Sent Events (SSE). It supports multiple runtimes (Node.js via npx, Python via uvx) and works with mcp-proxy.
How to use mcp-ephemeral-k8s?
Run the server with uvx mcp-ephemeral-k8s or install as a Python package (pip install mcp-ephemeral-k8s and then mcp-ephemeral-k8s). Optionally deploy via a Helm chart. Connect using an SSE URL (e.g., http://localhost:8000/sse) with the sse transport.
Key features of mcp-ephemeral-k8s
- Supports Node.js (via
npx) and Python (viauvx) runtimes - Integrates with
mcp-proxyfor runtime execution - Works with local kubeconfig or in-cluster configuration
- Can be run as an MCP server itself
- Provides a Python library for programmatic session management
- Exposes ephemeral MCP servers over SSE
Use cases of mcp-ephemeral-k8s
- Spawning temporary MCP servers on Kubernetes for development or testing
- Running MCP servers with different runtimes in isolated ephemeral pods
- Automating MCP server lifecycle with a Kubernetes-based scheduler
- Integrating MCP-based tools into CI/CD pipelines on Kubernetes
FAQ from mcp-ephemeral-k8s
What transport does the server use?
SSE (Server-Sent Events), as shown in the connection URL http://localhost:8000/sse and configuration example with "transport": "sse".
Does it require a Kubernetes cluster?
Yes, it requires a Kubernetes cluster with valid kubectl configuration. A local cluster (e.g., Kind) can be used for development.
How can I connect to an ephemeral MCP server?
After spawning, the server provides an SSE URL. Configure your MCP client with that URL and transport set to sse.
What runtimes are supported?
Node.js (via npx) and Python (via uvx). The library works with mcp-proxy to run these runtimes.
What are the prerequisites?
Docker and a Kubernetes cluster (e.g., Kind or any cluster with kubectl). For installation via uvx or pip, Python is also required.
云与基础设施 分类下的更多 MCP 服务器
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论