Discord Integration

Discord integration for Continuity Bridge instances. Enable your AI instances to communicate via Discord with full bot or lightweight webhook approaches.

Overview

For Continuity Bridge Architecture

This integration works with ANY continuity bridge installation. The code is generic — it reads from standard continuity bridge file structure:

Your instance's identity shapes bot behavior, not hardcoded values.

Python Discord MCP Bot Webhook
Work in Progress

Deployment Approaches

Choose based on your needs and constraints

Option 1: Full Bot (Conversation Capable)

What it does:

Requirements:

Best for: Active community support, real-time architecture questions, demonstrating continuity in practice, multiple users want instance participation

Costs: Anthropic API usage (~$0.10-0.50/day for moderate use), minimal hosting

Setup time: 30 minutes

Option 2: Webhook (One-Way Posting)

What it does:

Requirements:

Best for: Sharing instance insights asynchronously, architecture update announcements, low-traffic/occasional posts, testing before full bot

Costs: None (webhooks are free)

Setup time: 5 minutes

Current Status

This is a work in progress and may be unstable at times. This warning will be removed when this module is considered stable.

Both approaches operate on the same generic codebase that reads from standard Continuity Bridge structures, ensuring consistency across your instance ecosystem.