SpinApp setup for an AI assistant via bundled MCP
SpinApp includes a “Setup AI” flow that configures MCP for Cursor and Claude Desktop.
Overview
SpinApp is a product that enables AI-assisted Laravel local development using a bundled MCP server. SpinApp supports MCP clients like Cursor and Claude Desktop and provides container-aware project rules.
Bundled MCP server per project
SpinApp includes a bundled MCP server for each project. SpinApp states you can connect AI assistants such as Cursor and Claude Desktop (or any MCP client) and then use “Setup AI” to configure the assistant.
What “Setup AI” provides
SpinApp’s “Setup AI” flow includes:
- project rules written for the repository
- correct container context for development commands
- AI tool-call audit logging (“an audit log of every tool call”)
Supported AI-driven actions
SpinApp AI actions available through MCP, including:
exec: run artisan, composer, and npm build/dev in app or queue containerssql: run queries against a provisioned databaselogs: view container output and Laravel log filesstart/stop/status: control the full environment lifecycle
How this fits Laravel local dev
SpinApp also describes a “four-step flow” where you connect your AI assistant after selecting the project and running the setup wizard. SpinApp then starts containers so the database provisions and local access is ready.