laravel-model-explorer

One-Learning-Community/laravel-model-explorer
★ 6 stars PHP AI/LLM Updated 11d ago
Model Explorer for Laravel — a zero-config browser UI and MCP server for exploring your Eloquent models, relationships, scopes, and data.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "laravel-model-explor": {
      "command": "npx",
      "args": [
        "-y",
        "One-Learning-Community/laravel-model-explorer"
      ]
    }
  }
}

README Excerpt

A Laravel package that gives AI coding agents and developers a live, structural view of your Eloquent models — columns, relations, scopes, accessors, traits, and data — through an MCP server for agents and a browsable UI for humans. No source scanning, no stale context. **Zero setup beyond Composer install.** No `vendor:publish`, no frontend tooling required in your application.

Topics

aideveloper-toolseloquenteloquent-orm-modelslaravellaravel-packagemcpmodel-context-protocolphpvue