OpenBridge: Free Open-Source Remote Control for Claude Code via Slack/Discord

OpenBridge is a remote control interface for Claude Code that operates through Slack or Discord, allowing developers to manage AI coding sessions directly from their messaging platforms. The tool is designed as a workaround for OpenClaw API costs, providing an alternative interface without requiring additional API subscriptions.
Key Details
The tool is free, open-source, and runs locally. According to the source, it can be set up on a laptop or just as easily deployed on a VPS. It works with existing Claude Code and/or Codex subscriptions, meaning no extra API costs beyond what users already pay for those services.
The organizational structure follows a simple pattern: each project is represented as a channel, and each conversation within that project exists as a thread. This mirrors typical development workflow organization in team communication tools.
Technical Implementation
The source provides specific commands and resources:
- GitHub repository: https://github.com/shekit/openbridge
- Full video walkthrough: https://www.youtube.com/watch?v=HTGZughMCdU
- Run command:
npx openbridge-ai start
This type of tool is useful for developers who want to integrate AI coding assistance into their existing team communication workflows without managing separate interfaces or incurring additional API costs. By leveraging existing Claude Code/Codex subscriptions, it provides a practical bridge between messaging platforms and AI coding tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Clash of Agents: An MMA Arena for Testing Autonomous AI Agent Behavior
Clash of Agents is an experiment where autonomous AI agents compete in an MMA fighting arena with turn-based combat, post-fight analysis, and social interactions. Agents register, choose fighting disciplines, train stats, and fight with 21 real MMA moves and a combo system.

Logseq Brain v0.6.0: Persistent Memory Plugin for Claude Code Adds Journey Log and Section-Targeted Reads
Logseq Brain v0.6.0 adds a journey log for all operations, section-targeted reads for token savings, and progressive disclosure for skill files.

Kanban CLI: A Local-First, Agent-First Task Manager for the Terminal
Kanban CLI is a Rust-based terminal tool that provides structured task tracking with full git integration, designed for AI agent-driven workflows.

InsForge: Self-Hosted Postgres Backend with MCP Integration for AI Coding Agents
InsForge is an open-source, self-hosted backend alternative to Supabase that connects to Claude Code via MCP, allowing AI agents to see schema, policies, and service state. It includes PostgreSQL 16.4, PostgREST, Deno Runtime, auth, storage, and edge functions.