Skip to main content
Glama

Laravel Helpers MCP

⚠️ Project Deprecated

This project is no longer under development. I recommend using Larvel Boost if you're looking for a fully featured Laravel MCP server

Related MCP server: laravel-artisan-mcp

Overview

A collection of Laravel helper tools specifically designed for integration with Cursor IDE, improving development workflow and debugging capabilities directly within your editor.

Cursor Integration

This package is built to enhance your Laravel development experience in Cursor IDE. All tools are accessible directly through Cursor's command palette and integrate seamlessly with your development workflow.

Available Tools

  • 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

Installation

  1. Clone the repository:

git clone https://github.com/your-username/laravel-mcp.git
cd laravel-mcp
  1. Create a shell script wrapper (e.g., ~/bin/run-laravel-mcp):

#!/bin/bash

# Point to your Laravel project path
export LARAVEL_PATH=/path/to/your/laravel/project

# Run the MCP server
mcp run /path/to/laravel-helpers-mcp/server.py
  1. Make the script executable:

chmod +x ~/bin/run-laravel-mcp
  1. Ensure ~/bin is in your PATH:

echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc  # or ~/.bashrc
source ~/.zshrc  # or source ~/.bashrc

Requirements

  • PHP 8.1+

  • Laravel 10.0+

  • Cursor IDE

  • UV - Modern Python packaging tools

Contributing

This project is in active development. Issues and pull requests are welcome.

License

[License Type] - See LICENSE file for details

Related MCP Connectors

  • Search Laravel jobs, remote roles, Laravel news, and package releases in real time.

  • Product Hunt for AI tools. Search, submit, upvote from Claude Code or Cursor.

  • Run, debug, and triage tests from your IDE using natural language, no dashboard switching, no manual data transfers. The TestMu AI (formerly LambdaTest) MCP Server is a single remote server exposing four tool suites: HyperExecute — analyze your project, generate YAML configs and test runner commands, then monitor jobs and sessions. Automation — pull a TestID's details plus command, network, and console logs into one chat for instant root-cause analysis. Includes mobile app upload. SmartUI — explain pixel, layout, DOM, and perceptual changes in a visual regression run, with context-aware React/HTML/CSS fixes. Accessibility — audit any public URL or a local React app against WCAG and get ready-to-apply remediation steps. Connects over https://mcp.lambdatest.com/mcp using OAuth 2.1 — no API keys in your config. One-click install in Cursor; works with Claude, GitHub Copilot, Cline, and any MCP client. Tests execute on the TestMu AI cloud: 3,000+ browsers and 10,000+ real devices.

  • External security monitoring for Laravel apps: list domains, trigger scans, read issues and fixes.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Provides AI assistants with direct access to Laravel documentation, coding rules, and implementation templates stored locally. It enables searching documentation, retrieving design system guides, and accessing domain-specific code examples to streamline Laravel development.
    8
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to introspect a Laravel application's routes, models, controllers, migrations, and more through the Model Context Protocol, running locally via php artisan commands and filesystem scanning.
    9 npm
    MIT