loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

codex-gemini-telegram-bridge

MCP Tool

0xkaz/codex-gemini-telegram-bridge

Telegram bridges for running Codex CLI and Gemini CLI from a single authorized chat

Install

$ npx loaditout add 0xkaz/codex-gemini-telegram-bridge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "codex-gemini-telegram-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "codex-gemini-telegram-bridge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

codex-gemini-telegram-bridge

Telegram bridges for running local coding CLIs from a single authorized chat.

Why this exists

I got used to Claude Code Channels and then hit usage limits.

The real problem was not losing a model. It was losing the workflow: sending a coding task from my phone, waiting for the result, and continuing the same thread later without sitting in front of the terminal.

This is not a hosted service and not a generic agent platform. It is a small bridge for people who already work locally and want the async Telegram workflow back.

What it does

Each integration runs a local manager process that:

  1. polls Telegram Bot API
  2. accepts commands from one authorized chat
  3. runs the target CLI inside a configured repository
  4. sends output back to Telegram
Security model

This project is intentionally high-trust by default.

  • /run can execute arbitrary commands when allowAnyCommand is enabled
  • the sample Codex config uses --dangerously-bypass-approvals-and-sandbox
  • the first Telegram chat may auto-register if TELEGRAM_ALLOWED_CHAT_ID is not set

Do not expose this to untrusted chats. Review each integration's config before real use.

This is meant for personal use on a machine you control, not for multi-user or internet-exposed deployment.

Projects
  • codex-telegram-integration: controls a local Codex CLI session from Telegram
  • gemini-telegram-integration_v2: controls a local Gemini CLI session from Telegram
Quick start
cd codex-telegram-integration
cp local.env.example local.env
# edit local.env and project.json
npm install
npm run start

Or:

cd gemini-telegram-integration_v2
cp local.env.example local.env
# edit local.env and project.json
npm install
npm run start
Example flow

Telegram:

  • fix the failing test in worker/auth.ts
  • show git diff
  • commit with message: fix auth test

Bridge:

  • receives the message
  • resumes or starts a local CLI session
  • runs inside the co

Tags

ai-agentsclicodexdeveloper-toolsgemini-clilocal-firstmcpremote-developmenttelegramtelegram-bot

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/0xkaz/codex-gemini-telegram-bridge)](https://loaditout.ai/skills/0xkaz/codex-gemini-telegram-bridge)