tilt-mcp
Model Context Protocol server for Tilt - interact with Tilt resources through MCP
What it is and what it does
Tilt MCP Server is a bridge that lets Large Language Models and AI assistants interact with your Tilt development environment. It implements the Model Context Protocol, exposing two main capabilities: listing all active Tilt resources with their current status, and fetching recent logs from any resource. The server is built on fastmcp and runs as a standalone process that MCP-compatible clients (like Claude Desktop or mcp-cli) can connect to.
The package is designed for developers using Tilt to manage Kubernetes-based development workflows. It enables AI-powered debugging, automated monitoring, and natural-language queries about your services—for example, asking an AI assistant to show failing services or retrieve logs from a specific resource. It requires Python 3.8 or higher and an existing Tilt installation; the server communicates with Tilt via its API to fetch resource and log data.
Use it for:
- Ask an AI assistant to list all currently running Tilt resources and their health status without manually checking the Tilt UI
- Retrieve the last N lines of logs from a specific service for debugging, triggered through natural language to an LLM
- Identify and debug failing or unhealthy services by querying Tilt state through an AI assistant
- Automate monitoring workflows where an LLM periodically checks resource status and alerts on anomalies
- Integrate Tilt resource visibility into an AI-powered development assistant or chatbot
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Tilt MCP Server exposes Tilt development environment resources and logs to LLM applications through the Model Context Protocol, enabling AI assistants to query resource status and retrieve logs programmatically.
Yes, if you use Tilt for Kubernetes development and want to integrate it with LLM applications. Install friction is minimal and the MIT license is permissive. However, the package is in Alpha with no updates since initial release, so treat it as experimental; verify that fastmcp is maintained and that the API meets your stability requirements before relying on it in production workflows.
Install
tilt-mcp on PyPI
pip
pip install tilt-mcpuv
uv add tilt-mcppoetry
poetry add tilt-mcpInstalling tilt-mcp
Before you install
Low install friction with a single pure-Python dependency (fastmcp). The package is in Alpha status and has not seen updates since its initial release 395 days ago, though the repository remains active and unarchived.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both commercial and private projects.
Quickstart
pip install tilt-mcp
# Configure in Claude Desktop config file (e.g., ~/.config/claude/claude_desktop_config.json):
# {
# "mcpServers": {
# "tilt": {
# "command": "tilt-mcp"
# }
# }
# }
# Or run directly:
python -m tilt_mcp.server
Requires Tilt to be installed, configured, and running; an MCP-compatible client (e.g., Claude Desktop) to connect to the server; Python 3.8 or higher.
Verify before relying
- Whether fastmcp is actively maintained and what its own dependency footprint is
- Stability and API compatibility guarantees for an Alpha-stage package
- Performance characteristics when querying large numbers of resources or logs
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — fastmcp |
| Maintenance | aging — 395 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 80,797/month — #14,271 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tilt_mcp-0.1.3-py3-none-any.whl
Keywords: mcp, tilt, kubernetes, development, model-context-protocol
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
wikipedia-mcpExposes Wikipedia search, article retrieval,…
permissive · top 15,000 on PyPI
astro-airflow-mcpProvides AI assistants with programmatic access…
unclear · top 15,000 on PyPI
awslabs.eks-mcp-serverConnects AI code assistants to Amazon EKS…
permissive · top 15,000 on PyPI
cli-mcp-serverProvides a secure Model Context Protocol (MCP)…
unclear · top 15,000 on PyPI
nextcloud-mcp-serverProvides a Model Context Protocol (MCP) server…
agpl · top 15,000 on PyPI
mcp-server-gitExposes Git repository operations as tools for…
permissive · top 15,000 on PyPI
django-mcp-serverExposes Django models and custom logic as Model…
permissive · top 15,000 on PyPI
chroma-mcpChroma MCP Server bridges Chroma's vector…
permissive · top 15,000 on PyPI
fastmcp-slimFastMCP exposes Python functions as Model…
permissive · top 1,000 on PyPI
fastmcp-extensionsProvides hardened patterns and utilities for…
permissive · top 15,000 on PyPI