tilt-mcp
Verified Safeby 0xBigBoss
Overview
Integrates Tilt development workflows with AI assistants via the Model Context Protocol (MCP) for real-time status, resource management, and log access.
Installation
npx -y @0xbigboss/tilt-mcpEnvironment Variables
- TILT_PORT
- TILT_HOST
Security Notes
The server employs robust security practices. CLI interactions use `node:child_process.spawn` with argument arrays, explicitly avoiding shell interpolation to prevent command injection. All user inputs (resource names, filters, Tiltfile args, regex search queries/flags) are rigorously validated using Zod schemas with strong regex patterns to disallow malicious characters and patterns. Connection details (TILT_PORT, TILT_HOST) are configured via environment variables and not exposed as tool parameters, mitigating cross-instance attack vectors. The `tilt_dump` tool, which could expose large raw engine state, is intentionally not registered for MCP use. Regex flags in `tilt_logs` are validated, and the global flag is disallowed to prevent stateful matching issues. Overall, strong focus on preventing common injection and abuse vectors.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
mcp-dblp
Provides a Model Context Protocol (MCP) server for Large Language Models (LLMs) to access, search, and manage publications and BibTeX entries from the DBLP computer science bibliography database.
mcp-forge
A command-line interface (CLI) tool for scaffolding new Model Context Protocol (MCP) servers with various configurable features and transports.