Files
Paul Hernandez c97733d785 feat: Schema system for Basic Memory (#549)
Signed-off-by: phernandez <paul@basicmachines.co>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 15:04:42 -06:00

28 lines
741 B
Markdown

---
title: Basic Memory
type: SoftwareProject
tags: [mcp, knowledge-management, local-first, python]
---
# Basic Memory
Local-first knowledge management system built on the Model Context Protocol.
Enables bidirectional communication between LLMs and markdown files to create
a personal knowledge graph.
## Observations
- [name] Basic Memory
- [language] Python
- [license] MIT
- [repo_url] https://github.com/basicmachines-co/basic-memory
- [fact] Uses SQLite for indexing and markdown files as source of truth
- [fact] Provides 17 MCP tools for AI integration
- [version] 0.13.8
## Relations
- maintained_by [[Pedro Hernandez]]
- uses [[Model Context Protocol]]
- uses [[SQLite]]
- uses [[FastAPI]]
- integrates_with [[Claude Desktop]]