basic-memory

basic-memory

753

Basic Memory enables users to construct persistent knowledge through conversations with LLMs like Claude, storing data in Markdown files. It uses the Model Context Protocol to allow bidirectional reading and writing of local knowledge bases, with a focus on simplicity and local-first storage. The project emphasizes easy integration with tools like Obsidian and Claude Desktop, offering real-time sync and robust knowledge navigation capabilities.

uvx
{
  "mcpServers": {
    "basic-memory": {
      "command": "uvx",
      "args": [
        "basic-memory",
        "mcp"
      ]
    }
  }
}
uvx
{
  "mcpServers": {
    "basic-memory": {
      "command": "uvx",
      "args": [
        "basic-memory",
        "--project",
        "your-project-name",
        "mcp"
      ]
    }
  }
}