basic-memory

AI conversations that actually remember. Never re-explain your project to Claude again. Local-first, integrates with Obsidian. Join our Discord: https://discord.gg/tyvKNccgqN

GitHubスター

1,742

ユーザー評価

未評価

お気に入り

0

閲覧数

20

フォーク

101

イシュー

45

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Python: 3.12以上

インストール手順

1. ツールのインストール

bash

uvを使用してインストール(推奨)

uv tool install basic-memory

またはHomebrewを使用してインストール

brew tap basicmachines-co/basic-memory brew install basic-memory

2. Claude Desktop設定

~/Library/Application Support/Claude/claude_desktop_config.jsonを編集してMCPサーバーを追加:
json
{
  "mcpServers": {
    "basic-memory": {
      "command": "uvx",
      "args": [
        "basic-memory",
        "mcp"
      ]
    }
  }
}

3. サーバーの起動

Claude Desktopを開き、設定が正しく読み込まれていることを確認してください。

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: Claude Desktopで認識されない 解決策: 設定ファイルのパスと構文を確認してください。