From fifo-pipe-channel
Runs locally as a TypeScript MCP server using Bun runtime from CLAUDE_PLUGIN_ROOT/server.ts. Capabilities unclear from configuration alone.
npx claudepluginhub jack-michaud/faire --plugin fifo-pipe-channelAdd to your .mcp.json:
{
"mcpServers": {
"fifo-pipe": {
"command": "bun",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server.ts"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun