Stats
Actions
Tags
From supertool
Runs a local channel-based notification tool as a subprocess using Bun. Purpose and destination service unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"claude-channel": {
"command": "bun",
"args": [
"./notifiers/claude-channel/channel.ts"
]
}
}
}Server configuration and connection parameters
bunCommand-line arguments passed to the server process
npx claudepluginhub digital-process-tools/claude-supertool