# SpinApp bundled MCP server for AI assistants

SpinApp ships a bundled MCP server per project and configures it with “Setup AI” for Cursor and Claude Desktop.

## Overview
SpinApp is a product feature that provides a bundled MCP server per project for AI assistants. SpinApp includes a “Setup AI” flow that configures MCP for Cursor and Claude Desktop (or any MCP client) with project rules and container context.

## Supported MCP clients
SpinApp supports AI assistants such as:
- Cursor
- Claude Desktop
- any MCP client

## “Setup AI” configuration
SpinApp provides a one-click “Setup AI” flow. With “Setup AI,” SpinApp writes project rules and provides the assistant the correct container context so the assistant can execute commands against the right services.

## Tool calls and audit logging
SpinApp includes “an audit log of every tool call.” This provides visibility into what the AI assistant executed.

## Tool actions exposed through SpinApp
SpinApp lists the following AI-driven actions:

| Action | What it does |
|---|---|
| exec | run artisan, composer, and npm build/dev in app or queue containers |
| sql | run queries against a provisioned database |
| logs | view container output and Laravel log files |
| start/stop/status | control the environment (start, stop, status) |

## What SpinApp provides for container context
SpinApp focuses on running development commands inside the correct containers. The MCP configuration is designed to align the AI assistant with the local container environment created by SpinApp.
## Related AI Resources

- [product-overview-laravel-local-dev](https://spinapp.site/ai/t/product-overview-laravel-local-dev.md)