Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsJul 20, 2026·2 min de lectura

CC Connect — Bridge AI Coding Agents to Messaging Platforms

Connect local AI coding agents to Feishu/Lark, DingTalk, Slack, Telegram, Discord, LINE, and WeChat Work. Chat with your AI dev assistant from anywhere.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
CC Connect
Comando de instalación directa
npx -y tokrepo@latest install 110878c6-847f-11f1-9bc6-00163e2b0d79 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introduction

CC Connect bridges the gap between local AI coding agents and popular messaging platforms. It lets developers interact with their coding assistants through Slack, Telegram, Discord, and other chat apps, enabling on-the-go code reviews, debugging, and project management without being at their workstation.

What CC Connect Does

  • Bridges local AI coding agents to seven major messaging platforms
  • Forwards messages between chat apps and the local agent process
  • Supports bidirectional communication for interactive coding sessions
  • Works without requiring a public IP for most platforms
  • Handles message formatting, file attachments, and code blocks

Architecture Overview

CC Connect runs as a Go service that listens on messaging platform webhooks or bot APIs and relays messages to a locally running AI coding agent. Responses from the agent are formatted and sent back through the messaging platform. For platforms requiring public endpoints, it includes built-in tunneling support.

Self-Hosting & Configuration

  • Clone and build with Go, or use the provided Docker image
  • Configure platform-specific bot tokens in the .env file
  • Supports Feishu/Lark, DingTalk, Slack, Telegram, Discord, LINE, and WeChat Work
  • No public IP needed for most platforms via built-in tunnel support
  • Set up message routing rules to direct conversations to specific agent instances

Key Features

  • Seven messaging platform connectors in a single service
  • No public IP required for most platforms
  • Bidirectional message relay with code formatting support
  • Docker deployment for quick self-hosted setup
  • Configurable routing for multi-agent environments

Comparison with Similar Tools

  • n8n — general workflow automation with messaging integrations; CC Connect is purpose-built for AI coding agent bridging
  • Matterbridge — bridges between chat platforms; CC Connect bridges between chat platforms and AI agents
  • Custom Slack/Telegram bots — single-platform solutions; CC Connect provides a unified multi-platform bridge

FAQ

Q: Do I need a public IP address? A: For most supported platforms, CC Connect includes tunneling that works without a public IP.

Q: Which AI coding agents are supported? A: It works with popular terminal-based AI coding agents that accept stdin/stdout communication.

Q: Can I use multiple messaging platforms simultaneously? A: Yes, you can configure and run connectors for multiple platforms at the same time.

Q: Is it secure? A: Messages are relayed locally. No data is stored or sent to third-party services beyond the messaging platform itself.

Sources

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados