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. |
Capabilities
Features and capabilities supported by this server
| 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. |
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/0mandrock1/mcp-artisan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server