Show HN: Nia – MCP server that gives more context to coding agents 7 by jellyotsiro | 3 comments on Hacker News. Hi HN, I’m Arlan, and I built Nia ( https://www.trynia.ai ), an open MCP that integrates with coding agents like Cursor, Continue, and Cline so they can retrieve external knowledge better than current approaches. Coding agents generate code well but lose accuracy when the answer lives outside the repo in front of them. Developers end up pasting GitHub links, docs, and blog posts by hand and hoping the agent scrolls far enough. Long context windows help, but recent “context rot” measurements show quality still drops as prompts grow. For example, in LongMemEval, all models scored much higher on focused (short, relevant) prompts (~300 tokens) than on full (irrelevant, 113k tokens) prompts, with performance gaps persisting even in the latest models ( https://ift.tt/VeYqjiO ). Nia is a MCP that gives more context to any coding agent or IDE. It Indexes multiple repos and docs s...