Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From nights-watch
Local MCP server running via shell script, configured with NIGHTS_WATCH_ROOT directory path for custom Nights Watch tools or data access. Capabilities unclear from configuration.
npx claudepluginhub aniketkarne/ClaudeNightsWatch --plugin claude-nights-watchCopy 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}Share bugs, ideas, or general feedback.