Analysis updated 2026-05-18
Share notes and context between Claude Code, Codex, Cursor, and other MCP compatible tools
Keep a persistent memory of AI session summaries in a local Markdown folder
Generate a daily brief pulling from recent sessions and inbox notes
Audit a note vault for duplicates and contradictions and resurface old notes for review
| codejunkie99/familiar-second-brain | andyuneducated/resolve-ai | carriex6/cvpr2026_similarity_as_evidence | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | Python | Python | Python |
| Setup difficulty | easy | hard | hard |
| Complexity | 2/5 | 4/5 | 4/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Uses only Python's standard library, so no extra packages need installing, but each AI tool must support the MCP protocol.
Familiar Second Brain is a local server that lets AI assistants read and write notes to a Markdown folder on your computer. The folder acts as a shared memory store that multiple AI tools can access, so context you gather in one session does not get lost when the session ends or when you switch to a different tool. The system has three parts. The first is a Markdown vault: a folder on your machine where all notes live as plain .md files. The second is an MCP server, which is a small background program that exposes the vault to any application that speaks the MCP protocol, a standard that AI coding tools like Claude Code, Codex, and Cursor support. The third is a skill for a desktop AI app called Kimi Work, which lets that app save session summaries and conversation transcripts directly into the vault. Through the MCP server, connected tools can save a new note, search existing notes by keyword, read a specific file, or write to a file. Searches rank results by how well the keyword matches the title, tags, headings, links, and body text of each note, and return the surrounding context alongside the match. Beyond the live MCP tools, the project includes several Python scripts you can run on demand. One generates a daily brief pulling from recent sessions, transcripts, and inbox notes. Another triages notes that landed in an inbox folder, suggesting where to file them, what tags to add, and what other notes to link. A third generates per-project memory briefs. A fourth audits the vault for duplicate notes and contradictions. A fifth resurfaces older notes that are due for review. All of these write their output back into the vault as plain Markdown files. The project uses only Python's standard library, so there are no extra packages to install. Everything runs locally, and the repository deliberately excludes personal vault notes, API keys, and app databases.
A local Markdown vault plus MCP server that lets multiple AI assistants share notes and memory across sessions and tools.
Mainly Python. The stack also includes Python, MCP, Markdown.
License terms are not stated in the explanation, so treat usage rights as unclear until you check the repository directly.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.