IWE: An Open-Source Markdown Knowledge-Graph CLI for Claude Code Memory

gimalay · reddit · 2026-08-02

As Markdown-based memory files (like CLAUDE.md) grow in Claude Code, they often bloat into hundreds of files. This causes models to either burn the context window by re-reading everything or miss crucial details using standard grep.

A developer built IWE, an open-source Markdown knowledge-graph CLI (written in Rust, local-first) that turns notes into a queryable database. Key features include:

The author notes that the tool focuses on structured lookups rather than semantic search, making it ideal for heavy users whose memory folders have outgrown a single file.

Original post →

More from coding & agent

coding & agent channel →