MCP Server
MCP
Laravel MCP Companion
Laravel documentation aggregator: multi-version core docs, services, packages, learning paths.
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
By
Comments
Sign in to leave a comment