Back to MCP Servers
Tilt
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-platformskubernetes
By rrmistry
Installation
npx -y tilt-mcpConfiguration
{
"mcpServers": {
"tilt-mcp": {
"command": "npx",
"args": ["-y", "tilt-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes