← Back to Plugins
MCP Server MCP

Laravel MCP Companion

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/brianirish/laravel-mcp-companion:v0.13.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/brianirish/laravel-mcp-companion:v0.13.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Remove the container when the session ends",
          "type": "named",
          "name": "--rm"
        },
        {
          "description": "Keep stdin open; the MCP transport is stdio",
          "type": "named",
          "name": "-i"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...