Scripts2026年7月20日·1 分钟阅读

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.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
CC Connect
直接安装命令
npx -y tokrepo@latest install 110878c6-847f-11f1-9bc6-00163e2b0d79 --target codex

先 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

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产