Show HN: Basic Memory – Build a knowledge graph from Claude conversations Basic Memory is an open-source tool that enables Claude to build and navigate a persistent knowledge graph based on your conversations. It solves the problem of lost context in AI interactions by storing knowledge in standard Markdown files on your computer. I built this because I found myself constantly repeating information to LLMs and wanted a system where my knowledge grew naturally through conversations while maintaining complete control over my data. Demo video: https://ift.tt/TwI2oBk Key features: - Continue conversations exactly where you left off without repetition - All knowledge stays in local Markdown files you can edit anytime - Works with Claude Desktop via the Model Context Protocol - Seamless integration with Obsidian for visualization and editing - Fully open source (AGPL) The system works by creating structure from simple markdown patterns: - Observations with categories: `- [category] fact #tag` - Relations between documents: `- relation_type [[WikiLink]]` or plain `[[Wikilinks]]` - These patterns emerge naturally during conversations When you chat with Claude, you can simply say "Let's continue our conversation about X" and it will build context from your knowledge base, without needing to upload files every time. GitHub: https://ift.tt/ahyofMA Docs: https://ift.tt/T7yF8q0 Website: https://ift.tt/0Hm7Qeo Requires Claude Desktop or other MCP host and Python 3.12+ I'd love feedback from the HN community, particularly from those interested in knowledge management or AI applications. https://ift.tt/ahyofMA March 15, 2025 at 11:49PM
Show HN: Basic Memory – Build a knowledge graph from Claude conversations https://ift.tt/eOVX4jZ
Related Articles
Show HN: Building a Next.js and Firebase boilerplate to save 80% of my time https://ift.tt/5ZBhezlShow HN: Building a Next.js and Firebase boilerplate to save 80% of my… Read More
Show HN: How we use LLMs to find testing gaps, vulnerabilities in codebases https://ift.tt/DqNYMzJShow HN: How we use LLMs to find testing gaps, vulnerabilities in code… Read More
Show HN: How we leapfrogged traditional vector based RAG with a 'language map' https://ift.tt/lzPSpj1Show HN: How we leapfrogged traditional vector based RAG with a 'langu… Read More
Show HN: NetSour, CLI Based Wireshark https://ift.tt/R6higpKShow HN: NetSour, CLI Based Wireshark This code is still in early beta… Read More
Show HN: I built an app to generate me windows blue screen of death https://ift.tt/4FHK13cShow HN: I built an app to generate me windows blue screen of death Ev… Read More
Show HN: 80+ CLI tools to build, browse, and blend your media library https://ift.tt/b0u8UM6Show HN: 80+ CLI tools to build, browse, and blend your media library … Read More
Show HN: Spectral – Visualize, explore, and share code in Python/JS/TS https://ift.tt/53phs4KShow HN: Spectral – Visualize, explore, and share code in Python/JS/TS… Read More
Show HN: ChatGPT Chrome Extension to Keep Temporary Chat Enabled https://ift.tt/j6ZnJmaShow HN: ChatGPT Chrome Extension to Keep Temporary Chat Enabled https… Read More
0 Comments: