Why a GitHub Copilot MCP knowledge base sits alongside repo indexing
Copilot is excellent at reading the open file and the surrounding repo. It is not designed to read the design doc in someone's Notion, the decision buried in a Linear comment, or the runbook a teammate keeps in their Apple Notes. Hjarni is one place all of that can land, with MCP search built into Copilot Chat through the same mcp.json file VS Code already understands.
Agent mode is the highest-leverage moment to inject context. If Copilot starts a multi-step task with the wrong assumptions, every step is wrong. Folder-level AI instructions in Hjarni let you steer Copilot per project: 'in the Payments folder, never propose schema changes without an ADR'. The instructions live with the notes, not in the editor, so they survive every Copilot update.
The same Hjarni knowledge base is reachable from Copilot in VS Code, Claude in the browser, ChatGPT on your phone, and Cursor on a side project. The notes you write today work in the editor you switch to next year. One source of truth, every AI surface.