Skip to main content
Glama

Laravel ヘルパー MCP

⚠️アルファソフトウェアに関する警告⚠️ このパッケージは現在アルファ段階です。API および機能は予告なく変更される場合があります。本番環境でのご利用は自己責任でお願いいたします。

概要

Cursor IDEとの統合用に特別に設計された Laravel ヘルパー ツールのコレクションで、エディター内で直接開発ワークフローとデバッグ機能を改善します。

Related MCP server: laravel-artisan-mcp

カーソル統合

このパッケージは、Cursor IDEでのLaravel開発エクスペリエンスを向上させるために構築されています。すべてのツールはCursorのコマンドパレットから直接アクセスでき、開発ワークフローにシームレスに統合されます。

利用可能なツール

  • tail_log_file :Laravel ログファイルの最新のエントリを Cursor で直接表示します。

  • search_log_errors : ログファイル内の特定のエラーパターンを統合された結果とともに検索します。

  • run_artisan_command : カーソルから直接 Laravel artisan コマンドを実行する

  • show_model : エディターにモデル情報と関係性を表示します

インストール

  1. リポジトリをクローンします。

git clone https://github.com/your-username/laravel-mcp.git
cd laravel-mcp
  1. シェル スクリプト ラッパー (例: ~/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. スクリプトを実行可能にします。

chmod +x ~/bin/run-laravel-mcp
  1. ~/bin PATH に含まれていることを確認します。

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

要件

  • PHP 8.1以上

  • Laravel 10.0以上

  • カーソルIDE

  • UV - 最新の Python パッケージングツール

貢献

このプロジェクトは現在開発中です。問題提起やプルリクエストを歓迎します。

ライセンス

[ライセンスタイプ] - 詳細についてはLICENSEファイルを参照してください

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.
    6 npm
    MIT