ContextBank

Ola-Yeenca/ContextBank
★ 0 stars Python Memory/Knowledge Updated today
Open-source, local-first personal context layer for AI agents — SQLite + Markdown knowledge cards with a read-only MCP server (BYOK, no bundled secrets).
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": {
    "contextbank": {
      "command": "uvx",
      "args": [
        "contextbank"
      ]
    }
  }
}

Or install with pip: pip install contextbank

README Excerpt

ContextBank is a local-first personal context layer for AI-assisted work. It stores saved links, files, and X bookmarks in SQLite, mirrors them into readable Markdown cards, and exposes bounded read-only retrieval tools through MCP. This repository starts with the CLI-first MVP spine from the product brief: