Home › Other › Laravel MCP Companion

Laravel MCP Companion

Laravel documentation aggregator: multi-version core docs, services, packages, learning paths.

Python
★ 38 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/brianirish/laravel-mcp-companion:v0.13.0

Or add to your MCP client config:

{
  "mcpServers": {
    "laravel-mcp-companion": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/brianirish/laravel-mcp-companion:v0.13.0"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry