Download the PHP package gomdimapps/laravel-mcp-pilot without Composer
On this page you can find all versions of the php package gomdimapps/laravel-mcp-pilot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gomdimapps/laravel-mcp-pilot
More information about gomdimapps/laravel-mcp-pilot
Files in gomdimapps/laravel-mcp-pilot
Download gomdimapps/laravel-mcp-pilot
More information about gomdimapps/laravel-mcp-pilot
Files in gomdimapps/laravel-mcp-pilot
Vendor gomdimapps
Package laravel-mcp-pilot
Short Description Token-lean toolkit for Laravel projects, built for MCP and other low-token AI integrations: a lexical index (classes, routes, views, frontend files, with pluggable schema extraction) and a driver-agnostic database introspection tool (list tables, describe schema, run guarded queries, optional Spatie Permission mapping).
License MIT
Package laravel-mcp-pilot
Short Description Token-lean toolkit for Laravel projects, built for MCP and other low-token AI integrations: a lexical index (classes, routes, views, frontend files, with pluggable schema extraction) and a driver-agnostic database introspection tool (list tables, describe schema, run guarded queries, optional Spatie Permission mapping).
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-mcp-pilot
LaravelMCPPilot
Token-lean toolkit for Laravel projects โ Lexical Search ยท Database Introspection
LaravelMCPPilot gives AI agents (or an MCP server) two cheap ways to explore a Laravel project: a lexical code index (classes, routes, views, frontend files, with schema extraction) and a driver-agnostic database introspection tool (list tables, describe schema, run guarded queries).
Quick Start
Search
Database
Requirements
| Requirement | Version |
|---|---|
| PHP | >= 8.3 |
| Laravel | ^12.0 or ^13.0 |
| spatie/laravel-permission (optional) | ^6.0 โ enables role/permission mapping in the Database tool |
Features
- ๐ Lexical search โ classes, routes, views, and frontend files by term, no AST/embeddings
- ๐๏ธ Database introspection โ tables, columns, indexes, and foreign keys on any Laravel-supported driver
- ๐งฉ Pluggable indexers & schema extractors โ extend the Search tool from your own app, no fork needed
- ๐ Safe by default โ write queries (INSERT/UPDATE/DELETE) are disabled until explicitly enabled
- ๐ญ Optional Spatie Permission integration โ auto-detected, zero hard dependency
- ๐งช Fully tested โ Pest + Testbench, Docker matrix, CI
Documentation
Full documentation is available at GomdimApps.github.io/LaravelMCPilot
Key sections:
- Installation & Requirements
- Search Tool
- Database Tool
- Testing
- Limitations & Roadmap
Docker Testing
License
MIT.
All versions of laravel-mcp-pilot with dependencies
PHP Build Version
Package Version
The package gomdimapps/laravel-mcp-pilot contains the following files
Loading the files please wait ...