We're excited to announce the first stable release of Laravel Restify MCP Server – a comprehensive Model Context Protocol server designed to accelerate AI-assisted Laravel Restify development.
Laravel Restify MCP Server provides AI assistants (like Claude Code, Cursor, and other MCP-compatible tools) with direct access to complete Laravel Restify documentation and code generation capabilities.
This release includes 7 powerful MCP tools to streamline your Laravel Restify development workflow:
- 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
Complete Laravel Restify documentation access including:
- API methods and endpoints
- Field types and configurations
- Authentication and authorization patterns
- Performance optimization guides
- Best practices and troubleshooting
Install via Composer:
composer require binarcode/laravel-restify-mcp --devInstall the MCP server:
php artisan restify-mcp:install- PHP 8.1+
- Laravel 10.0+ | 11.0+ | 12.0+
- Laravel MCP package (^0.1.1)
Register the MCP server manually with your AI assistant:
Command: php
Args: ./artisan restify-mcp:start
- Eduard Lupacescu - BinarCode
- All Contributors
Full Changelog: https://github.com/binarcode/laravel-restify-mcp/commits/v1.0.0