binarcode / restify-boost
Restify Boost - AI-powered Laravel Restify assistant providing comprehensive documentation access and code generation tools.
Fund package maintenance!
BinarCode
Requires
- php: ^8.1
- illuminate/console: ^10.0|^11.0|^12.0
- illuminate/contracts: ^10.0|^11.0|^12.0
- illuminate/support: ^10.0|^11.0|^12.0
- laravel/mcp: ^0.1.1
- spatie/laravel-package-tools: ^1.16
- symfony/yaml: ^6.0|^7.0
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-arch: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
- phpstan/phpstan: ^2.0
Suggests
- laravel/mcp: Required for automatic MCP server registration with AI assistants
- php-mcp/laravel: Alternative MCP implementation for Laravel integration
This package is auto-updated.
Last update: 2025-08-24 16:26:25 UTC
README
Introduction
Restify Boost accelerates AI-assisted Laravel Restify development by providing comprehensive documentation access and code generation tools through the Model Context Protocol.
At its foundation, this package is an MCP server equipped with specialized tools designed to streamline Laravel Restify development workflows. The server provides access to complete documentation, API references, code examples, and troubleshooting guides.
Resources
- Laravel Restify - The main Laravel Restify package
- Official Documentation - Complete Laravel Restify documentation
- Free Templates - Ready-to-use Laravel Restify templates
The first fully customizable Laravel JSON:API builder with MCP and GraphQL support. "CRUD" and protect your resources with 0 (zero) extra line of code.

Installation
Restify Boost can be installed via Composer:
composer require binarcode/restify-boost --dev
Next, install the MCP server:
php artisan restify-boost:install
Once installed, you're ready to start coding with Cursor, Claude Code, or your AI agent of choice.
Available MCP Tools
Name | Notes |
---|---|
Search Restify Docs | Search through comprehensive Laravel Restify documentation with relevance scoring |
Get Code Examples | Extract specific code examples from documentation with language and category filtering |
Navigate Docs | Browse documentation structure and categories with overview and detailed navigation |
Generate Repository | Generate Laravel Restify repository classes with proper structure and methods |
Generate Action | Generate Laravel Restify action classes for custom business logic |
Generate Getter | Generate Laravel Restify getter classes for data transformation |
Generate Match Filter | Generate Laravel Restify match filter classes for advanced filtering |
Available Documentation
Package | Coverage |
---|---|
Laravel Restify | Complete documentation including API methods, field types, authentication, authorization, and performance guides |
Manually Registering the MCP Server
Sometimes you may need to manually register the Restify Boost MCP server with your editor of choice. You should register the MCP server using the following details:
Command | php |
Args | ./artisan restify-boost:start |
JSON Example:
{ "mcpServers": { "restify-boost": { "command": "php", "args": ["./artisan", "restify-boost:start"] } } }
Contributing
Thank you for considering contributing to Restify Boost! Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Eduard Lupacescu - BinarCode
- All Contributors
License
Restify Boost is open-sourced software licensed under the MIT license.