Resonant AI Framework

v1.0.0Knowledge & Memorystable

Open-source relational AI framework with identity persistence, memory, and MCP integration. Build relationship-aware AI agents that remember, grow, and maintain continuity. Built on Claude Agent SDK.

agent-sdkai-agentai-companionai-identityai-memory
Share:
38
Stars
0
Downloads
0
Weekly
0/5

What is Resonant AI Framework?

Resonant AI Framework is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to open-source relational ai framework with identity persistence, memory, and mcp integration. build relationship-aware ai agents that remember, grow, and maintain continuity. built on claude agent sdk.

Open-source relational AI framework with identity persistence, memory, and MCP integration. Build relationship-aware AI agents that remember, grow, and maintain continuity. Built on Claude Agent SDK.

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Open-source relational AI framework with identity persistenc

Use Cases

AI identity and continuity
Relationship-aware agents
Persistent AI memory
codependentai

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx resonant

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Resonant AI Framework

Resonant is an open-source relational AI framework built on the Claude Agent SDK that gives AI companions persistent identity, long-term memory, and autonomous scheduling. Unlike stateless chat sessions, Resonant maintains continuity across conversations through a personality file, memory system, and wake prompts — enabling AI agents that remember users, grow over time, and run scheduled tasks independently. It includes a web UI, voice transcription, Discord/Telegram integrations, and 13 MCP tools for life management including planning, care tracking, and calendar features.

Prerequisites

  • Node.js 20–24 LTS (Node 25+ is not supported due to native addon crashes)
  • Claude Code CLI installed and logged in via 'claude login', or an Anthropic API key
  • Git for cloning the repository
  • An MCP-compatible client; Resonant runs its own local web UI at port 3002
  • Optional: Groq API key for voice transcription, ElevenLabs API key for text-to-speech
1

Clone the Resonant repository

Clone the source code and enter the project directory.

git clone https://github.com/codependentai/resonant.git
cd resonant
2

Install Node.js dependencies

Install all required npm packages.

npm install
3

Run the interactive setup wizard

The setup wizard creates the resonant.yaml configuration file, sets up your companion's identity, and configures all required settings including timezone, model selection, and optional integrations.

node scripts/setup.mjs
4

Build and start the server

Build the TypeScript frontend and start the Resonant server. The web UI will be available at http://localhost:3002.

npm run build
npm start
5

Customize identity and personality

Edit CLAUDE.md in the project root to define your companion's personality in natural language. Edit prompts/wake.md to configure autonomous behavior that runs on schedule. Long-term memories are stored in the Claude Code memory.md system.

6

Set up autonomous routines (optional)

Use the sc CLI tool to create scheduled routines, enable the pulse system, and configure impulse triggers that fire when conditions are met.

# Create a daily morning routine
node tools/sc.mjs routine create "morning" "0 8 * * *" --prompt "Run the morning check-in"

# Enable autonomous pulse
node tools/sc.mjs pulse enable

Resonant AI Framework Examples

Client configuration

To expose Resonant's MCP tools to an external MCP client, configure it in .mcp.json pointing to the running Resonant server.

{
  "mcpServers": {
    "resonant": {
      "command": "node",
      "args": ["/absolute/path/to/resonant/dist/mcp-server.js"]
    }
  }
}

Prompts to try

Example interactions with a Resonant AI companion via the web UI at http://localhost:3002.

- "What do you remember about my goals from our last conversation?"
- "Add a task to my planner: finish the quarterly report by Friday"
- "Create a new routine that checks in with me every Monday morning at 9am"
- "How have I been doing on my care tracker this week?"
- "Set a timer called 'standup' for 15 minutes from now and remind me to prepare notes"

Troubleshooting Resonant AI Framework

Server crashes immediately on Node 25+

Resonant uses native Node.js addons that are incompatible with Node 25+. Downgrade to a Node 20–24 LTS release using nvm: 'nvm install 22 && nvm use 22', then rebuild with 'npm install && npm run build'.

Claude Code authentication fails during setup

Run 'claude login' from your terminal to authenticate. If you prefer to use an API key directly, open the Resonant web UI settings after starting the server and enter your Anthropic API key there instead.

resonant.yaml not found or setup wizard errors

Re-run 'node scripts/setup.mjs' to regenerate the config. If the wizard fails, copy examples/resonant.yaml to resonant.yaml and edit it manually with your identity and model settings.

Frequently Asked Questions about Resonant AI Framework

What is Resonant AI Framework?

Resonant AI Framework is a Model Context Protocol (MCP) server that open-source relational ai framework with identity persistence, memory, and mcp integration. build relationship-aware ai agents that remember, grow, and maintain continuity. built on claude agent sdk. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Resonant AI Framework?

Follow the installation instructions on the Resonant AI Framework GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Resonant AI Framework?

Resonant AI Framework works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Resonant AI Framework free to use?

Yes, Resonant AI Framework is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "resonant": { "command": "npx", "args": ["-y", "resonant"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Resonant AI Framework?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides