IWE is an Apache-2.0, Rust-built, local-first knowledge graph and memory system that turns a markdown directory into a graph and exposes it through an editor LSP plus a CLI and an MCP server (iwec over stdio, also runnable via npx as @iwe-org/mcp). It pairs fuzzy/full-text search with graph structure so one retrieve call returns parent context, children, and cross-references, and it enforces declared blast-radius guards and schema validation on agent writes. It suits people who keep knowledge as plain markdown and want AI agents retrieving structured context rather than similarity guesses; it is not for those wanting cloud hosting, a built-in AI model, or a stable library-level API. The main risks are the agent's write access to the notes directory and the network dependency introduced by running the server through npx.
Security and permissions
11/20
Read the FMRS scoring method →