laravel13-livewire4.2.1-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_livewire_componentC | Generate a production-ready Livewire v4.2+ component with Laravel 13 attributes, validation, security, DRY patterns. |
| generate_layoutC | Generate a Laravel 13 Blade layout file (base, app, guest, admin, tenant, auth, dashboard, error). |
| generate_eloquent_modelA | Generate a Laravel 13.2 Eloquent model with PHP 8.3 attributes, relationships, scopes, casts, observers, and new v13.2 features. |
| generate_routesB | Generate Laravel 13 routes with Livewire Route::livewire() syntax, middleware, and groups. |
| generate_testA | Generate comprehensive Pest tests for Livewire components with auth, validation, and database assertions. |
| security_auditA | Audit Livewire 4.2.1/Laravel 13.2 code for security vulnerabilities including XSS, SQL injection, mass assignment, missing auth, CSRF, rate limiting, and Livewire-specific issues. |
| convert_html_to_livewireC | Convert static HTML to a Livewire v4.2+ component with proper wire directives, validation, and security. |
| generate_project_structureB | Generate complete enterprise/SaaS/API Laravel 13 + Livewire project structure with all files, configs, and routes. |
| generate_crud_componentB | Generate a complete CRUD (Create, Read, Update, Delete) Livewire component with index, create, edit, delete, validation, authorization, and pagination. |
| generate_data_tableA | Generate a Livewire data table component with sorting, filtering, search, pagination, bulk actions, and export. |
| generate_form_componentB | Generate a Livewire form component with relationships, nested data, validation, file uploads, and dynamic fields. |
| generate_modal_componentA | Generate a reusable Livewire modal component for confirmations, delete actions, forms, and alerts. |
| generate_file_upload_componentB | Generate a Livewire file upload component with preview, validation, progress, multiple files, and drag-drop. |
| generate_search_filter_componentB | Generate a Livewire search and filter component with multi-field filters, date range, sorting, and pagination. |
| generate_chart_widgetC | Generate a Livewire dashboard chart/widget component with stats, charts, and real-time updates. |
| generate_policyC | Generate a Laravel policy class for a model with all CRUD authorization methods. |
| generate_observerB | Generate a Laravel model observer for handling model events (creating, updating, deleting, etc.). |
| generate_traitB | Generate a reusable PHP trait for Laravel models (HasSlug, HasTenant, Sortable, HasStatus, HasUuid, Cachable, HasMedia). |
| generate_middlewareA | Generate a Laravel HTTP middleware class (Admin, Tenant, VerifyEmail, RateLimit, CheckSubscription, MaintenanceMode). |
| generate_service_classB | Generate a Laravel service class for business logic (BillingService, NotificationService, etc.). |
| generate_planB | Generate a full-stack development plan with phases and task groups for SaaS, Enterprise, E-Commerce, or Portfolio projects. |
| update_task_statusB | Update a task status (pending, in_progress, complete) and auto-sync to git. |
| fix_bugsB | Analyze and fix bugs in Livewire/Laravel code automatically. |
| memorize_endpointC | Memorize an API endpoint for future reference. |
| recall_contextC | Recall memorized endpoints and decisions. |
| memorizeB | Store a key-value memory for the project. |
| create_versionB | Create a version snapshot of the current project state. |
| list_versionsA | List all project versions. |
| restore_versionC | Restore project to a previous version. |
| get_project_statusA | Get current project progress, phases, and task status. |
| continue_projectC | Continue from last interrupted session. |
| install_laravelB | Generate Laravel 13 installation commands with PHP 8.4 upgrade and Livewire setup. |
| convert_image_to_livewireB | Convert an image/mockup description to a Livewire component with matching design. |
| convert_stitch_to_livewireC | Convert Google Stitch design to Livewire component. |
| convert_figma_to_livewireC | Convert Figma design to Livewire component. |
| gh_auth_statusA | Check GitHub CLI authentication status. |
| gh_auth_loginC | Authenticate with GitHub CLI. |
| gh_repo_createB | Create a new GitHub repository and set up remote. |
| git_commitB | Stage and commit files with auto-generated conventional commit message. |
| git_pushB | Push commits to remote repository. |
| git_pullB | Pull latest changes from remote repository. |
| git_tag_createB | Create an annotated git tag with description. |
| git_tag_listA | List all git tags. |
| git_statusA | Show current git status. |
| git_branch_createB | Create a new git branch. |
| git_branch_listA | List all git branches. |
| git_branch_mergeC | Merge a branch into current. |
| git_branch_deleteC | Delete a git branch. |
| gh_pr_createC | Create a Pull Request. |
| gh_pr_listC | List Pull Requests. |
| gh_pr_mergeC | Merge a Pull Request. |
| gh_issue_createC | Create a GitHub Issue. |
| gh_issue_listC | List GitHub Issues. |
| gh_release_createB | Create a GitHub Release. |
| gh_ci_setupA | Setup GitHub Actions CI for Laravel. |
| git_syncB | Manual sync: commit + push + tag if needed. |
| git_auto_sync_toggleC | Toggle auto-sync on task completion. |
| git_full_setupB | Complete git workflow: auth check -> init -> create repo -> commit -> push -> tag. |
| deep_scan_bugsC | Comprehensive bug scanner for Livewire/Laravel - tables, item lists, file lists, pagination, validation, security, types, and more. |
| get_fixed_bugsC | Get list of all bugs that have been fixed. |
| get_open_bugsB | Get list of all open (unfixed) bugs. |
| mark_bug_fixedB | Mark a bug as fixed by bug ID. |
| scan_project_bugsC | Scan entire project directory for common bugs in all files. |
| generate_enumB | Generate a Laravel 13 backed enum with string/int values, labels, colors, and helper methods. |
| generate_api_resourceA | Generate a Laravel 13 API Resource with relationships, meta, pagination, and conditional loading. |
| generate_mailA | Generate a Laravel 13 Mailable class with markdown templates, attachments, and queue support. |
| generate_jobB | Generate a Laravel 13.2 queued job with #[Queue], #[Connection], #[Backoff] attributes, enum support, and retry handling. |
| generate_custom_middlewareC | Generate Laravel 13 middleware with auth, rate limiting, CSRF, and security checks. |
| generate_full_policyC | Generate a comprehensive Laravel authorization policy with all CRUD methods, Gates, and policy injection. |
| generate_notificationB | Generate a Laravel notification with mail, database, broadcast, and SMS channels. |
| generate_rate_limited_endpointB | Generate a Laravel 13.2 API endpoint with rate limiting, auth, validation, and throttling middleware. |
| generate_flux_componentB | Generate a Livewire Flux UI component using the official Flux component library with dark mode support. |
| generate_renderless_componentA | Generate a Livewire 4.2.1 renderless component with #[Renderless] attribute for logic-only components. |
| generate_reverb_channelB | Generate a Laravel Reverb WebSocket channel for real-time broadcasting with presence and private channels. |
| generate_constraint_violation_handlerB | Generate Laravel 13.2 UniqueConstraintViolationException handler with column/index details. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shamimlaravel/laravel13-livewire4.2.1-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server