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.
Quick Start
Clone the repository:
git clone https://github.com/rrmistry/tilt-mcpClaude Desktop configuration example:
{
"mcpServers": {
"tilt-mcp": {
"command": "npx",
"args": [
"-y",
"rrmistry/tilt-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.