安装Basic Memory需要以下步骤和技术基础:
Vorbereitung der Umwelt
- Python 3.8+ Laufzeitumgebung
- 推荐使用uv工具管理依赖(pip install uv)
主程序安装
- 命令行执行:
uv tool install basic-memory
- Überprüfen Sie die Installation:
basic-memory --version
Schlüssel-Konfigurationen
- MCP服务器配置:编辑Claude配置文件添加入口:
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": ["basic-memory", "mcp"]
}
}
} - 知识库初始化::
basic-memory init
创建本地存储结构 - 实时同步设置: Lauf
basic-memory sync --watch
Überwachung starten
对于非技术人员,推荐通过Smithery工具链自动配置:npx -y @smithery/cli install @basicmachines-co/basic-memory --client claude
Diese Antwort stammt aus dem ArtikelBasic Memory: ein MCP-Dienst für den Aufbau persistenter Wissensgraphen aus KI-GesprächenDie