Laravel Kick
@StuMason
关于 Laravel Kick
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"laravel-kick": {
"url": "https://your-app.com/mcp/kick",
"headers": {
"Authorization": "Bearer your-kick-token"
}
}
}
}工具
8Database, cache, storage, redis connectivity
CPU, memory, disk, uptime
List log files
Read logs with filtering
Queue overview, failed jobs
Retry failed jobs
List available commands
Execute whitelisted commands
概览
What is Laravel Kick?
Laravel Kick is an MCP server and REST API for Laravel application introspection. It connects an MCP client directly to a Laravel app, enabling health checks, log reading, queue inspection, and command execution through natural conversation.
How to use Laravel Kick?
Install via Composer (composer require stumason/laravel-kick), then add KICK_ENABLED=true and a secure KICK_TOKEN to .env. Configure an MCP client (e.g., Claude Desktop) using mcp-remote with an HTTP-only transport and an Authorization header containing the token. Ask the LLM prompts like "Check the health of my app" or "Show me the last 20 ERROR entries in the logs."
Key features of Laravel Kick
- MCP server and REST API for Laravel introspection
- Health check for database, cache, storage, and Redis
- System stats: CPU, memory, disk, uptime
- Log reading with filtering and PII scrubbing
- Queue status overview and retry of failed jobs
- Artisan command listing and whitelisted execution
Use cases of Laravel Kick
- Monitor application health and system resources via natural language
- Debug errors by querying log files with filters
- Manage Laravel queues, including retrying failed jobs
- Run whitelisted Artisan commands (e.g., cache:clear) through conversation
- Access the same functionality programmatically via the REST API
FAQ from Laravel Kick
What does Laravel Kick do that alternatives don't?
It provides direct MCP integration into a Laravel app, allowing an LLM to inspect health, logs, queues, and run commands — all through natural conversation, without additional infrastructure.
What are the runtime requirements for Laravel Kick?
PHP 8.4+ and Laravel 12.
How does authentication and security work?
Disabled by default. Token-based authentication with scopes, an Artisan command whitelist, path traversal protection, and automatic PII scrubbing from logs.
Is Laravel Kick only available via MCP?
No — the same functionality is also available as a REST API, with endpoints for health, stats, logs, and commands, all requiring the same Bearer token.
What transports are supported for MCP?
The README shows an http-only transport via mcp-remote, with the Authorization header passed as an environment variable.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论