PulseAugur
实时 14:16:11
English(EN) I built an MCP server to stop re-explaining my codebase patterns to Cursor every session

开发者创建工具帮助Cursor AI记住代码库模式

一位开发者创建了一个名为knowledge-shelf的工具,以帮助AI编码助手Cursor在会话中记住代码库模式和约定。该工具充当MCP服务器,允许Cursor从本地知识库中搜索和检索相关信息,而不是一次性加载所有数据(这会消耗宝贵的上下文)。knowledge-shelf支持存储各种类型的信息,例如API模式、代码模板和架构决策,并且不依赖嵌入或向量数据库,而是依靠关键字评分来提高效率。 AI

影响 通过改善上下文保留和减少重复解释,增强了AI编码助手的可用性。

排序理由 这是一个用户创建的工具,用于增强现有AI产品,而不是来自主要AI实验室的发布或重大的行业事件。

在 r/cursor 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. r/cursor TIER_2 English(EN) · /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…