Mynd — AI skill for Claude Code
Persistent memory MCP server for AI coding agents.
How to install Mynd
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open oxHive/mynd and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Mynd does
Persistent memory MCP server for AI coding agents. Injects project context at session start, stores architectural decisions, and recalls preferences works with Claude Code, Cursor, Windsurf, OpenCode, Kimi, and Codex.
Alternatives in AI
- Glade MCP — Connect any MCP-compatible AI client (Claude Code, Cursor, Windsurf) to Unity or Godot 201 ★
- Awareness Local — Local-first AI agent memory — one command, works offline, no account needed 199 ★
- AI Toolkit — Professional-grade AI coding toolkit: 94 skills, 44 agents, multi-platform (Claude, Cursor, Windsurf, Copilot 167 ★
README
Mynd
[](https://crates.io/crates/oxmynd) [](https://crates.io/crates/oxmynd) [](https://github.com/oxhive/mynd/actions/workflows/pull-request.yml) [](https://codecov.io/gh/oxhive/mynd) [](https://www.gnu.org/licenses/agpl-3.0) [](https://github.com/oxhive/mynd/releases)
🚧 **Under active development.** APIs and config formats may change between releases.
Persistent memory for AI coding agents. Mynd is a local MCP server that gives Claude Code (and other AI agents) access to a [libsql](https://github.com/tursodatabase/libsql)-backed memory store, keeping context, preferences, and project knowledge alive across sessions.
How it works
- You register Mynd with your AI client once:
mynd mcp install claude. - Your AI client spawns Mynd as a subprocess. No server to start or keep running.
- At the start of every session, Claude automatically recalls the memories configured for your project.
- You ask Claude to store anything worth keeping. It never auto-stores.
The session start flow in detail
When you open a new Claude Code session in a project that has `.mynd.toml`, the primary mechanism is the SessionStart hook that `mynd init` installs in `.claude/settings.json`:
- Claude Code runs
mynd session-startbefore the session begins. - Mynd reads
.mynd.toml(and.mynd.local.tomlif present), resolves eachrecallsentry against the SQLite database (by exact title, then FTS), and prints the results inside ablock, staying withinmax_tokens. - Claude Code injects that output into the session c
Related Skills
Claude Mem
Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, comp
Engramora
Engramora is a lightweight, provider-agnostic Second Brain for AI coding agents—persisting project knowledge,
Claude Engram
Persistent memory and session intelligence for AI coding assistants. Auto-tracks mistakes, decisions, and cont
FIL Coding Agent
Knowledge governance framework for AI coding agents on long-running projects. Persistent decisions, prevention
AI Healthcare Platform
AI-Healthcare-Platform/ START_HERE.md README.md MASTER_PROMPT.md CLAUDE.md PROJECT_CONTEXT.md IMPLEMENTATION_P
Axme Code
Persistent memory, architectural decision enforcement, pre-execution safety hooks, and session handoff for Cla
Related Agents
10x Tool Calls
Cursor and Windsurf meter usage by requests and tool calls rather than tokens, which means a finished or stall
Vault Navigator
Use PROACTIVELY at the start of work on any of the user's projects (any project present in [YOUR_VAULT] 01-Pro
Broca Memory For Claude Desktop
Get persistent memory in Claude Desktop in under 5 minutes. This package contains everything you need to add f