Laravel Artisan
Createdentanglr
Enables secure execution of Laravel Artisan commands through AI assistants using the Model Context Protocol.
About
Laravel Artisan provides a secure bridge between AI assistants and your local Laravel applications. Acting as a Model Context Protocol (MCP) server, it allows you to manage your Laravel projects through natural language conversations with tools like Claude. The server ensures secure operation by accessing a single directory containing your Laravel project, automatically locating PHP, executing only whitelisted Artisan commands, and providing robust input validation.
Key Features
- Accesses a single directory containing a Laravel project.
- Executes only whitelisted Artisan commands.
- Secure by design with robust input validation.
- Automatically locates PHP on your system.
- Provides a list of all available Artisan commands.
- 1 GitHub stars
Use Cases
- Execute common Artisan commands like cache clearing or route listing through natural language.
- Automate Laravel project management tasks via AI assistants.
- Enable AI-powered code generation or modification within a Laravel project.