me-db

lidiaev/me-db
★ 0 stars Python Memory/Knowledge Updated today
Knowledge base service (Silverbullet + MCP) for the me_server frame
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "me-db": {
      "command": "uvx",
      "args": [
        "me-db"
      ]
    }
  }
}

Or install with pip: pip install me-db

README Excerpt

Knowledge base service for the [me-server](https://github.com/lidiaev/me-server) frame: Silverbullet (web editor) plus an MCP server (markdown read/write/search for Claude) and a git-watcher that syncs the notes to your own private repo. Notes live in your own private git repo (`GITHUB_REPO`), cloned on start and pushed on change.