Laravel Boost MCP is a Model Context Protocol (MCP) server designed to enhance AI-assisted development within the Laravel framework. It acts as a "context bridge," providing AI agents with programmatic access to a Laravel application's live state, allowing them to inspect routes, database schemas, configuration files, and even execute Tinker commands. Laravel Boost includes over 15 specialized tools. These tools enable AI agents to interact with the application by inspecting its structure, querying the database, and executing code.
Laravel Boost is developed by the Laravel team and was introduced at Laracon US. It aims to reduce "AI hallucinations" by feeding AI agents the correct context and providing access to Laravel-specific tools. It includes a Documentation API that provides AI agents with access to a knowledge base of over 17,000 Laravel-specific documentation entries. This API uses semantic search with embeddings to deliver precise, context-aware results. Laravel Boost is open-source and free to use. It is currently in beta and receives frequent updates. It can be installed via Composer.