Stats
Actions
Tags
From laravel-nightwatch
Connects remotely to the Nightwatch monitoring service for Laravel applications, enabling queries on performance metrics, error logs, and deployment insights. Requires API authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nightwatch": {
"type": "http",
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nightwatch.laravel.com/mcp"
],
"url": "https://nightwatch.laravel.com/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://nightwatch.laravel.com/mcpCommand-line arguments passed to the server process
npx claudepluginhub laravel/agent-skills --plugin laravel-nightwatch