From codex-bridge
Provides integration with Google's Gemini AI service via a local stdio MCP server run with Bun. Capabilities include AI model access and tools.
npx claudepluginhub abhishekgahlot2/codex-claude-bridgeAdd to your .mcp.json:
{
"mcpServers": {
"codex-bridge": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun