Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Tilt MCP
Tilt MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:15:29 PM

Tilt MCP

User RatingsBe the first to rate and review this MCP server!
View Repository6 GitHub StarsTotal stargazers on GitHub for the source repository (6 stars).Visit Website
tiltkubernetesdeveloper-toolsmonitoring

Connects MCP-compatible assistants to Tilt for resource inspection, log analysis, health checks, and service control.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "rrmistry-tilt-mcp": {
      "command": "uvx",
      "args": [
        "tilt-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

The rrmistry/tilt-mcp MCP server exposes Tilt resources, logs, status information, and management actions to MCP-compatible AI clients. It communicates with a local Tilt instance, using port 10350 by default and allowing other ports for additional instances. Read-only data is available through MCP resources and equivalent tools, while separate tools can trigger, enable, disable, or monitor resources. Reach for it when an assistant needs to inspect Kubernetes development workloads or coordinate Tilt-managed services without implementing Tilt commands in the prompt.

Use cases

•Inspect Tilt resource status after code changes
•Retrieve and filter logs from a Kubernetes development service
•Trigger a resource rebuild from an MCP client
•Enable or disable selected Tilt resources
•Check whether services become Ready or UpToDate

Key features

•List enabled Tilt resources and statuses
•Read resource logs with tail and regex filtering
•Describe individual Tilt resources
•Trigger, enable, and disable resources
•Wait for Ready or UpToDate conditions
•Guided debugging and health-check prompts

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Tilt MCP.

Extracted Tool Capabilities
List enabled Tilt resources and statuses
Read resource logs with tail and regex filtering
Describe individual Tilt resources
Trigger, enable, and disable resources
Wait for Ready or UpToDate conditions
Guided debugging and health-check prompts

How Tilt MCP works

What rrmistry/tilt-mcp MCP server does

The rrmistry/tilt-mcp MCP server connects an MCP client to a Tilt development environment. It exposes the resources managed by Tilt, their current status, detailed descriptions, and recent logs. An assistant can use this information to check whether a service compiled, identify errors in its output, or inspect why a workload is not healthy.

The server also provides actions that change Tilt state. Clients can request a resource rebuild, enable or disable one or more resources, and wait for a resource to become Ready or UpToDate. Reusable prompts cover common workflows such as debugging a failing resource, analyzing logs, checking all resources, investigating startup failures, and selectively managing services.

How it works

The server follows MCP’s separation between resources, tools, and prompts. Resource URIs expose read-only data, including all enabled resources, a named resource’s logs, and a named resource’s description. Clients that do not support MCP resource discovery can use the equivalent read-only tools: list_resources, get_resource_logs, and describe_resource.

Action tools accept resource names and, where relevant, a Tilt port. The default port is 10350; requests can target another Tilt instance by passing a different tilt_port. Log requests support a line limit and an optional case-insensitive regular-expression filter. The wait operation accepts Ready or UpToDate as its condition and defaults to a 30-second timeout.

The rrmistry/tilt-mcp MCP server is asynchronous and built with Python type hints and FastMCP. Errors are reported for missing resources, Tilt connection problems, and JSON parsing failures. Operations are logged to ~/.tilt-mcp/tilt_mcp.log.

Setup and configuration

The documented Python installation is:

Terminal
pip install tilt-mcp

Python 3.10 or newer is required. Tilt must already be installed and configured, and the client must support MCP. Claude Desktop and mcp-cli are listed as example clients. The README also documents a Docker-based option, intended especially for macOS and Windows, but the supplied material does not include the image name or a complete Docker command.

Docker operation uses the host’s ~/.tilt-dev directory and can discover Tilt’s API port from the Tilt configuration. The mounted directory needs write access because the Tilt CLI may create lock files. Multiple Tilt instances can be addressed by passing different port values to requests.

Tools and capabilities

Available read-only capabilities include:

  • List enabled resources and their statuses.
  • Retrieve a resource’s recent logs, with configurable tail length and regex filtering.
  • Describe a resource in detail.

State-changing and monitoring tools include:

  • Trigger a resource rebuild or update.
  • Enable several resources, optionally enabling only the supplied set.
  • Disable one or more resources.
  • Wait for a resource to reach Ready or UpToDate.

The rrmistry/tilt-mcp MCP server also supplies guided prompts for resource debugging, log analysis, startup troubleshooting, whole-environment health checks, and resource-usage optimization.

Limitations and notes

This server depends on a reachable, configured Tilt environment; it is not a replacement for installing or configuring Tilt. Resource-management tools have side effects, so clients should distinguish them from the read-only resources and inspection tools. The supplied documentation specifies default values and parameters but does not describe authentication, remote hosting, or a hosted Tilt service. The log filter is a regular expression, so invalid patterns may affect log retrieval even though the server documents error handling for several other failure types.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Radar logoRadar

    Built-in MCP server for Radar, a modern Kubernetes visibility tool. Lets AI agents query cluster topology, resources, events, logs, and Helm/GitOps state across multiple clusters. Single binary, no agents, no cloud dependency. Apache 2.0.

    ☁️ Cloud Platforms3 views
    Compare vs Radar →
  • MCP K8s Eye logoMCP K8s Eye

    /🏠 - MCP Server for kubernetes management, and analyze your cluster, application health

    ☁️ Cloud Platforms4 views
    Compare vs MCP K8s Eye →
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • MCP Server Docker logoMCP Server Docker

    Docker operations — manage containers, images, volumes, networks, and compose services.

    ☁️ Cloud Platforms2 views
    Compare vs MCP Server Docker →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
6
Stargazers on the source repository.
Last commit
6mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Tilt MCP

Install it from PyPI with `pip install tilt-mcp`. Python 3.10 or newer, Tilt, and an MCP-compatible client are required.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTilt MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/rrmistry-tilt-mcp?style=directory)](https://allmcps.com/mcp/rrmistry-tilt-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/rrmistry-tilt-mcp"><img src="https://allmcps.com/api/badge/rrmistry-tilt-mcp?style=directory" alt="Tilt MCP on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 7, 2026
10/12 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars6
GitHub Star CountTotal stargazers on GitHub representing community popularity (6 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 8, 2026
48Quality signal: Fair · 48/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev · tilt-mcp (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Tilt MCP →Install in Claude DesktopInstall in CursorInstall in VS Code