Documentation
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.
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. A full companion framework 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. Self-hosted, runs on your machine.
- Version: 1.4.1
- License: Apache 2.0
- Stack: SvelteKit + 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. 27 MCP tools.
- Version: 3.0.0
- License: Apache 2.0
- 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.0
- License: Apache 2.0
- 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
New to MCP? 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.
Want a full companion? Start with Resonant. It includes everything — UI, memory, scheduling, multi-channel support.
Just need memory for an existing agent? Start with Resonant Mind. Deploy a cognitive MCP server and connect it to any MCP client.
Coming from Mind Cloud? See the migration guide.