Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"omt-bridge": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/channel/bridge.ts"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
npx claudepluginhub erkandogan/oh-my-team