Code-Ledger

mikuare/Code-Ledger
★ 0 stars Python Database Updated 6d ago
Local-first project memory and change intelligence for AI coding agents. Incremental symbol indexing, dependency impact analysis, scope guards, and a stdio MCP server — SQLite-backed, no source leaves your machine.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-ledger": {
      "command": "uvx",
      "args": [
        "code-ledger"
      ]
    }
  }
}

Or install with pip: pip install code-ledger

README Excerpt

**Give your coding agent a memory of your codebase — what exists, what changed, who changed it, and what breaks if you touch it.** Coding agents start every session blind. They re-read your repository, rebuild something that already exists, or change a file the task never mentioned. CodeLedger keeps a local index so the agent can ask instead of guess, and so you can see afterwards exactly what it touched.

Tools (9)

HIGHLOWMEDIUMUNKNOWNactiveeffectfullshallowunknown
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →