mcp-artisan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ARTISAN_PROJECT | No | Path to the Laravel project root. Defaults to the current working directory if unset. | |
| MCP_ARTISAN_STATIC_ONLY | No | Set to '1' to force the static backend even if PHP is available. Defaults to unset/0. |
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": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| project_summaryC | Counts and versions for cheap orientation, in one call. |
| list_routesA | All HTTP routes: methods, uri, name, middleware, controller@action. |
| describe_routeC | One route by name or URI. |
| list_migrationsA | Migration files on disk, plus applied/pending state when a database is reachable. |
| list_modelsA | Eloquent models: table, fillable, casts, relations (static parse of app/Models). |
| list_jobs_and_queuesB | Queued job classes with their queue, tries and timeout. |
| config_getA | Dotted config lookup (e.g. app.name). Secret-keyed values return . Never reads .env. |
| composer_depsA | Direct composer requires with versions, plus Laravel and PHP versions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| routes | The full route table as JSON. |
| schema | Tables and columns inferred from database/migrations. |
| composer | composer.json dependency metadata. |