Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Local stdio MCP server for Metro bundler, providing JavaScript bundling, module resolution, and build tools, primarily for React Native projects. Runs with Bun on TypeScript code.
npx claudepluginhub lorismaz/claude-plugins --plugin webhook-channel-pluginCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"webhook": {
"command": "bun",
"args": [
"run",
"src/index.ts"
]
}
}
}Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.