SpinApp features: MCP, container exec, SQL, and logs
SpinApp runs AI-driven exec, sql, and logs against the correct containers via bundled MCP.
Overview
SpinApp is a product that provisions an AI-enabled Laravel local development environment. SpinApp includes a bundled MCP server per project so AI assistants can run development commands inside the correct containers. SpinApp exposes AI-driven actions for exec, sql, logs, and environment control.
MCP server and “Setup AI”
SpinApp includes a bundled MCP server for each project. SpinApp supports connecting MCP clients such as Cursor and Claude Desktop. SpinApp provides “Setup AI” to write project rules and provide the assistant the correct container context.
AI-driven actions SpinApp supports
SpinApp provides AI-driven actions that an MCP client can call:
- exec: Run artisan, composer, and npm build/dev in app or queue containers.
- sql: Run SQL queries against a provisioned database.
- logs: Access container output and Laravel log files.
- start/stop/status: Control the full local environment lifecycle.
SpinApp also includes an audit log of every tool call.
What this means for Laravel local dev
SpinApp is designed so AI assistants can execute common Laravel and build tasks without you manually selecting containers or wiring terminals. With “Setup AI”, SpinApp provides the assistant rules and container context needed to run commands against the right parts of your environment.