I’m working on docmancer (https://github.com/docmancer/docmancer), an MIT-licensed, local-first tool that fetches and indexes technical docs on your machine so coding agents can query it directly.
The goal is to become a local, version-aware alternative to tools like Context7. Pull the docs once, query locally, and use audited packs that match your project stack.
Docmancer also reduces context bloat by returning only the relevant sections instead of dumping full docs into the prompt, which can cut token usage by up to 80%.
No MCP server required. Your coding agents can access docs directly through the CLI.