Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| filament_get_component | Get detailed information about a Filament component |
| filament_list_components | List all components in a category |
| filament_get_namespace | Get the correct namespace for a Filament class |
| filament_generate_plan | Generate a Filament implementation plan |
| filament_get_commands | Get Filament artisan commands |
| filament_get_relationships | Get Laravel relationship types |
| filament_get_docs | Fetch documentation from filamentphp.com |
| filament_list_docs | List documentation sections |
| filament_discover_docs | Discover live documentation routes from filamentphp.com |
| filament_search_docs | Search Filament docs and return exact section matches |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_resource_plan | Generate implementation plan for a Filament resource |
| debug_filament_issue | Help debug a Filament issue |
| create_relation_manager | Generate a Filament relation manager |
| create_custom_action | Generate a custom Filament action |
| migrate_to_v5 | Help migrate Filament v4 code to v5 |
| create_form_with_validation | Generate a form with validation |
| create_table_with_features | Generate a table with filters and actions |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| filament-v4-components | |
| filament-v5-components | |
| filament-v4-commands | |
| filament-v5-commands | |
| filament-v4-docs-index | |
| filament-v5-docs-index | |
| filament-quick-reference |