TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Cursor IDE now remembers your coding prefs using MCP

5 pointsby roseway4about 2 months ago
Hi, I&#x27;m Daniel from Zep. I&#x27;ve integrated the Cursor IDE with Graphiti, our open-source temporal knowledge graph framework, to provide Cursor with persistent memory across sessions. The goal was simple: help Cursor remember your coding preferences, standards, and project specs, so you don&#x27;t have to constantly remind it.<p>Before this integration, Cursor (an AI-assisted IDE many of us already use daily) lacked a robust way to persist user context. To solve this, I used Graphiti’s Model Context Protocol (MCP) server, which allows structured data exchange between the IDE and Graphiti&#x27;s temporal knowledge graph.<p>Key points of how this works:<p>- Custom entities like &#x27;Requirement&#x27;, &#x27;Preference&#x27;, and &#x27;Procedure&#x27; precisely capture coding standards and project specs.<p>- Real-time updates let Cursor adapt instantly—if you change frameworks or update standards, the memory updates immediately.<p>- Persistent retrieval ensures Cursor always recalls your latest preferences and project decisions, across new agent sessions, projects, and even after restarting the IDE.<p>I’d love your feedback—particularly on the approach and how it fits your workflow.<p>Here&#x27;s a detailed write-up: <a href="https:&#x2F;&#x2F;www.getzep.com&#x2F;blog&#x2F;cursor-adding-memory-with-graphiti-mcp&#x2F;">https:&#x2F;&#x2F;www.getzep.com&#x2F;blog&#x2F;cursor-adding-memory-with-graphi...</a><p>GitHub Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;getzep&#x2F;graphiti" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;getzep&#x2F;graphiti</a><p>-Daniel

1 comment

gabrielruttnerabout 2 months ago
Super interesting and solves one of the main gripes I have for even the simplest tasks where I need to ask multiple times to make things consistent. How does it perform for mono-repos where different directories might have different standards (not ideal but unfortunate reality)?
评论 #43494133 未加载