Filament MCP Server - Laravel Loop
@kirschbaum-development
About Filament MCP Server - Laravel Loop
Filament MCP Server for Laravel Loop
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Filament MCP Server - Laravel Loop?
Filament MCP Server - Laravel Loop is a beta extension for Laravel Loop that exposes your Filament Resources as an MCP server. It enables AI assistants and MCP clients to list, describe, query, and optionally execute actions on Filament Resources.
How to use Filament MCP Server - Laravel Loop?
Install the package via Composer, register the FilamentToolkit in a service provider (e.g., AppServiceProvider), and optionally restrict which resources are exposed or set the mode to ReadWrite for bulk actions. Then connect Laravel Loop to an MCP client.
Key features of Filament MCP Server - Laravel Loop
- Exposes Filament Resources as MCP tools.
- Provides four MCP tools: list, describe, query, and execute actions.
- Read-only by default; ReadWrite mode enables bulk actions.
- Allows limiting which resources are exposed via a
resourcesparameter.
Use cases of Filament MCP Server - Laravel Loop
- An AI assistant lists all available Filament Resources.
- An AI assistant describes the structure, fields, and relationships of a resource.
- An AI assistant queries resource data with optional filters.
- An AI assistant executes bulk actions on a resource (in ReadWrite mode).
FAQ from Filament MCP Server - Laravel Loop
Is Filament MCP Server - Laravel Loop production-ready?
No, this is a beta version and is not recommended for production use yet.
What are the dependencies for Filament MCP Server - Laravel Loop?
It requires Laravel Loop to be installed and configured in your application.
How do I restrict which Filament Resources are exposed?
Pass an array of resource classes to the resources parameter of FilamentToolkit::make().
How do I enable bulk actions on resources?
Register the toolkit with Mode::ReadWrite:
Loop::toolkit(FilamentToolkit::make(mode: Mode::ReadWrite));
How do I report a security issue?
Email [email protected] instead of using the issue tracker.
Frequently asked questions
Is Filament MCP Server - Laravel Loop production-ready?
No, this is a beta version and is not recommended for production use yet.
What are the dependencies for Filament MCP Server - Laravel Loop?
It requires Laravel Loop to be installed and configured in your application.
How do I restrict which Filament Resources are exposed?
Pass an array of resource classes to the `resources` parameter of `FilamentToolkit::make()`.
How do I enable bulk actions on resources?
Register the toolkit with `Mode::ReadWrite`: ```php Loop::toolkit(FilamentToolkit::make(mode: Mode::ReadWrite)); ```
How do I report a security issue?
Email [email protected] instead of using the issue tracker.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments