rrmistry/tilt-mcp
A Model Context Protocol server that integrates with Tilt to provide programmatic access to Tilt resources, logs, and management operations for Kubernetes development environments.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"tilt-mcp": {
"command": "uvx",
"args": ["tilt-mcp"]
}
}
}Related in Cloud Platforms
awslabs/mcp
AWS MCP servers for seamless integration with AWS services and resources.
cloudflare/mcp-server-cloudflare
Integration with Cloudflare services including Workers, KV, R2, and D1
hashicorp/terraform-mcp-server
The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows.
txn2/kubefwd
Kubernetes bulk port forwarding with service discovery, /etc/hosts management, traffic monitoring, and pod log streaming
manusa/Kubernetes MCP Server
powerful Kubernetes MCP server with additional support for OpenShift. Besides providing CRUD operations for **any** Kubernetes resource, this server provides specialized tools to interact with your cluster.
flux159/mcp-server-kubernetes
Typescript implementation of Kubernetes cluster operations for pods, deployments, services.