Skip to main content
Cloud PlatformsPython

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.

cloud-platformslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/rrmistry/tilt-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "tilt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rrmistry/tilt-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Python
Author
rrmistry