mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fa594a0d29
Create a comprehensive Basic Memory knowledge graph project that users can download and import to explore MCP tool documentation. Features: - Complete project structure with frontmatter, observations, and relations - 4 detailed tool reference files (write_note, read_note, search_notes, build_context) - 2 category guides (Content Management, Search & Discovery) - Main index file connecting all entities - Comprehensive README with usage instructions - Python script to generate additional tools Structure follows Basic Memory format: - YAML frontmatter with title, type, permalink, tags - Observations with [category] syntax - Relations using [[Entity]] wikilinks - Knowledge graph connections between tools Users can: 1. Import into existing projects 2. Create new dedicated tool-reference project 3. Browse in any markdown editor 4. Navigate via search_notes, build_context, read_note 5. Use as template for LLM instructions Resolves #404 Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>