From fakechat
Local stdio MCP server named 'line' launched via Bun 'start' script in the plugin directory. Capabilities unclear from configuration; no secrets required.
npx claudepluginhub anthropics/claude-plugins-official --plugin fakechatAdd to your .mcp.json:
{
"mcpServers": {
"fakechat": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bunShare bugs, ideas, or general feedback.