Download the PHP package kirschbaum-development/laravel-loop-filament without Composer
On this page you can find all versions of the php package kirschbaum-development/laravel-loop-filament. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kirschbaum-development/laravel-loop-filament
More information about kirschbaum-development/laravel-loop-filament
Files in kirschbaum-development/laravel-loop-filament
Package laravel-loop-filament
Short Description Filament MCP Server for Laravel Loop
License MIT
Informations about the package laravel-loop-filament
Filament MCP Server - Laravel Loop
[!IMPORTANT] This is a beta version and is not recommended for production use yet.
The Laravel Loop Filament MCP Server is an extension for Laravel Loop that exposes your Filament Resources as an MCP server. This allows AI assistants and MCP clients to interact with your Filament Resources for data listing, querying, and (optionally) actions.
What It Does
Exposes your Filament Resources as MCP tools. There are 4 tools available:
list_filament_resources
: Lists all available Filament Resources to the MCP client.describe_filament_resource
: Describes the structure, fields, columns, filters, and relationships for a given resource to the MCP client.get_filament_resource_data
: Queries data for a resource, with optional filters.execute_filament_resource_action
: Executes a bulk action on a resource (only in ReadWrite mode).
Installation
-
Make sure you have Laravel Loop installed and configured.
-
Install the package:
- Register the Filament toolkit in your application. This is typically done in a service provider (e.g., AppServiceProvider):
By default, it exposes all your Filament resources. You can control which resources are exposed with the resources
parameter.
By default, the toolkit is in read-only mode. To expose the bulk actions of your Filament resources, you can register the tool with ReadWrite model.
Usage
After registering the toolkit, you have to connect Laravel Loop to a MCP client, and the tools will be available.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Sponsorship
Development of this package is sponsored by Kirschbaum Development Group, a developer driven company focused on problem solving, team building, and community. Learn more about us or join us!
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-loop-filament with dependencies
filament/support Version ^3.2
filament/notifications Version ^3.2
filament/filament Version ^3.2