🔗 Connect and manage your Laravel app effortlessly with an MCP server and REST API for health checks, log reading, and command execution.
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-kick": {
"command": "npx",
"args": [
"-y",
"andre1231231/laravel-kick"
]
}
}
}
Run in terminal:
claude mcp add laravel-kick npx -y andre1231231/laravel-kick
Add to .cursor/mcp.json:
{
"mcpServers": {
"laravel-kick": {
"command": "npx",
"args": [
"-y",
"andre1231231/laravel-kick"
]
}
}
}