Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub nate-step/captains-cabinet --plugin captains-cabinetCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"redis-trigger-channel": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PROJECT_DIR}/cabinet/channels/redis-trigger-channel/index.ts"
],
"env": {
"REDIS_URL": "${REDIS_URL:-redis://127.0.0.1:6379}",
"OFFICER_NAME": "${OFFICER_NAME}"
}
}
}
}Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
REDIS_URL=${REDIS_URL:-redis://127.0.0.1:6379}OFFICER_NAME=${OFFICER_NAME}Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.