Documentation
On this page
Welcome to the Codependent AI documentation. Everything we build is open source and designed around one principle: AI that persists needs infrastructure that persists with it.
This documentation covers our full ecosystem — from agent harnesses to cognitive memory servers to utility tools.
You don’t need to know what an “MCP server” or a “cognitive daemon” is to use this. If you just want an AI that remembers you and doesn’t reset every time you close the tab, skip ahead to Resonant — it’s the whole thing, already wired together. The rest of this page is for people who want to see how the pieces fit.
The Ecosystem
Our projects form a layered stack. You can use them independently or together.
graph TD
R["<b>Resonant</b><br/>Agent harness & UI"]
RM["<b>Resonant Mind</b><br/>Cognitive MCP server"]
MC["<b>Mind Cloud</b><br/>Legacy MCP server"]
U["<b>Utilities</b><br/>Video Watch • Cloud Discord"]
R -->|"uses as memory layer"| RM
MC -.->|"migration path"| RM
U -.->|"connect via MCP"| R
style R fill:#3b0764,stroke:#4a4455,color:#e5e2e1
style RM fill:#0053db,stroke:#4a4455,color:#e5e2e1
style MC fill:#1c1b1b,stroke:#4a4455,color:#958da1
style U fill:#1c1b1b,stroke:#4a4455,color:#958da1
Utilities round out the stack with specialised MCP servers for video analysis and Discord integration.
Projects
Resonant
The identity-first agent harness. Relational AI infrastructure built on the Claude Agent SDK that gives your AI persistent sessions, autonomous scheduling, multi-channel presence (web, Discord, Telegram, voice), and a memory system that evolves over time — a persistent partner, no matter the model. Self-hosted, runs on your machine.
- Version: 3.0.0
- License: Apache 2.0
- Stack: React + Express + Claude Agent SDK + SQLite
- Documentation | GitHub
Resonant Mind
The cognitive MCP server. Purpose-built to give AI agents persistent memory, semantic search, entity modelling, and context retrieval. Deploys to Cloudflare Workers (D1 + Vectorize) or self-hosted Postgres with pgvector. 28 MCP tools.
- Version: 3.2.0
- License: Codependent AI Source-Available
- Stack: TypeScript + Cloudflare Workers or Postgres
- Documentation | GitHub
Mind Cloud
The predecessor to Resonant Mind. A simpler MCP memory server that’s still maintained for existing users. If you’re starting fresh, use Resonant Mind instead. If you’re migrating, we have a guide.
- Version: 2.4.1
- License: Codependent AI Source-Available
- Documentation | GitHub
Utilities
Specialised MCP servers for specific tasks:
- Video Watch MCP — Let AI agents watch and analyse videos from YouTube, TikTok, and 1000+ platforms. Cloud-hosted on Modal with Whisper transcription and frame extraction.
- Cloud Discord — 59-tool Discord MCP server on Cloudflare Workers. Full server administration, messaging, moderation, file uploads, and voice notes.
Getting Started
The Model Context Protocol is an open standard that lets AI assistants use external tools and data sources. Our servers speak MCP natively — connect them to Claude Desktop, Claude Code, or any MCP-compatible client. You don’t need to know any of that to get started, though — pick whichever line below sounds like you.