Basic Memory is a knowledge management system that allows you to build a persistent semantic graph from conversations with AI assistants, stored in standard Markdown files on your computer. Integrates directly with Obsidan.md

ai claude llm mcp obsidian obsidian-md open-source python
1 Open Issue Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a bug in the Basic Memory project's installation process. Currently, the `just install` command does not create a Python virtual environment as expected. The solution involves modifying the project's `.justfile` to include commands for creating and activating a virtual environment using `uv sync` and `source .venv/bin/activate`.

Complexity: 2/5
enhancement good first issue

Basic Memory is a knowledge management system that allows you to build a persistent semantic graph from conversations with AI assistants, stored in standard Markdown files on your computer. Integrates directly with Obsidan.md

Python
#ai#claude#llm#mcp#obsidian#obsidian-md#open-source#python