368 / 1203

Show HN: Ctxbrew – Ship and Use LLM-friendly library context

TL;DR

ctxbrew is a CLI and protocol for shipping and consuming LLM-friendly library context. If you are building a package and considering creating an MCP server for your users, ctxbrew is worth a look as a simpler alternative so you can focus on the library code itself. And if you keep fighting LLMs that generate incorrect code against your dependencies, ask the maintainers to add ctxbrew support.

Nauti's Take

ctxbrew targets a real pain point: LLMs constantly hallucinate wrong code against dependencies, and a simpler format than a full MCP server lowers the bar for library maintainers. The risk is fragmentation — there are already context files, MCP, llms.

txt and others, and without broad adoption, ctxbrew just becomes one more standard. Worth a look for maintainers who want low overhead; wait-and-see for teams without dependency pain.

Sources