PulseAugur
EN
LIVE 18:11:48
tool · [1 source] ·

Developer creates tool to help Cursor AI remember codebase patterns

A developer has created a tool called knowledge-shelf to help the AI coding assistant Cursor remember codebase patterns and conventions across sessions. This tool functions as an MCP server, allowing Cursor to search and retrieve relevant information from a local knowledge base instead of loading all data upfront, which can consume valuable context. Knowledge-shelf supports storing various types of information, such as API patterns, code templates, and architectural decisions, and operates without embeddings or a vector database, relying instead on keyword scoring for efficiency. AI

Summary written by gemini-2.5-flash-lite from 1 sources. How we write summaries →

IMPACT Enhances the usability of AI coding assistants by improving context retention and reducing repetitive explanations.

RANK_REASON This is a user-created tool that enhances an existing AI product, rather than a release from a major AI lab or a significant industry event.

Read on r/cursor →

COVERAGE [1]

  1. r/cursor TIER_2 · /u/joutvhu ·

    I built an MCP server to stop re-explaining my codebase patterns to Cursor every session

    <!-- SC_OFF --><div class="md"><p>If you use Cursor heavily, you've probably hit this: you have internal patterns, boilerplate, team conventions — and every new chat you spend the first few messages re-establishing context. Rules files help but they load everything upfront, which…