Slimdex — a local MCP server for narrow code retrieval. 21 tools give agents outlines, symbol lookups, dependency graphs, and persistent memory instead of whole-file reads, cutting token usage on real coding sessions. Self-measured: ~45% savings on output-heavy days, ~55–60% on navigation-heavy days, ~50% overall. Pre-1.0, unpublished.
A local [MCP](https://modelcontextprotocol.io) server that helps coding agents **retrieve code narrowly** instead of reading whole files into context. An agent asks Slimdex for a specific outline, line range, symbol body, or reference list, rather than loading a file to find one thing. > **Status: pre-1.0.** It works on the repos it has been run