Enhances Laravel development within Cursor IDE by providing helper tools for debugging and workflow improvement.
Enhances Laravel development within Cursor IDE by providing helper tools for debugging and workflow improvement. The laravel helpers mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.
bash git clone https://github.com/your-username/laravel-mcp.git cd laravel-mcp A collection of Laravel helper tools specifically designed for integration with Cursor IDE, improving development workflow and debugging capabilities directly within your editor.
Everything the assistant can do here goes through one of these:
tail_log_file — View the most recent entries in your Laravel log file directly in Cursorsearch_log_errors — Search through your log files for specific error patterns with integrated resultsrun_artisan_command — Execute Laravel artisan commands directly from Cursorshow_model — Display model information and relationships in your editorSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need one environment variable: LARAVEL_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Laravel Helpers's toolset — tail_log_file, search_log_errors, run_artisan_command and 1 more — is a fair guide to whether it matches your workflow. It is maintained by jsonallen; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| tail_log_file | View the most recent entries in your Laravel log file directly in Cursor |
| search_log_errors | Search through your log files for specific error patterns with integrated results |
| run_artisan_command | Execute Laravel artisan commands directly from Cursor |
| show_model | Display model information and relationships in your editor |
| Variable | Description | Required |
|---|---|---|
| LARAVEL_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.