Stats
Actions
Tags
From nights-watch
Local monitoring server that watches a root directory (NIGHTS_WATCH_ROOT) for file changes or security events. Runs as a subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nights-watch": {
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-server/nights-watch-server.sh",
"env": {
"NIGHTS_WATCH_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/mcp-server/nights-watch-server.shEnvironment variables set when the server starts
NIGHTS_WATCH_ROOT=${CLAUDE_PLUGIN_ROOT}First indexed Dec 9, 2025
First indexed Dec 9, 2025
npx claudepluginhub aniketkarne/ClaudeNightsWatch --plugin claude-nights-watch