From oh-my-team
omt-bridge MCP server runs locally as stdio subprocess using Bun to execute channel/bridge.ts script. Acts as a bridge; specific capabilities and services unclear from config.
npx claudepluginhub erkandogan/oh-my-teamAdd to your .mcp.json:
{
"mcpServers": {
"omt-bridge": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/channel/bridge.ts"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun