TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: AI memory and project management (open source)

5 点作者 namanyayg12 天前
Hey HN,<p>I&#x27;m Namanyay and I&#x27;ve been using Cursor since 2 years, but it seems to make mistakes as the project size grows.<p>This caused me to have to repeat myself a lot and it used to break my flow.<p>I realized it&#x27;s because Cursor (and other AI tools) are not able to keep an overview of the project. Plus, Cursor does not have a &quot;memory&quot; layer to remember important things that the user has already mentioned.<p>I solved this by building an open-source MCP which maintains project and memory information within the user&#x27;s file system.<p>It&#x27;s simple and installation takes 30 seconds.<p>Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;namanyayg&#x2F;giga-mcp">https:&#x2F;&#x2F;github.com&#x2F;namanyayg&#x2F;giga-mcp</a><p>Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BWMHCwg7Pwo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BWMHCwg7Pwo</a><p>Would love feedback! Are you using AI already? Do you encounter issues like this?

1 comment

treetalker11 天前
Cool project, thanks for taking the time to create it and to share it.<p>Please forgive my ignorance: this seems like an obvious and straightforward solution to a problem that I have read others to complain about; so my question is why coding LLMs don&#x27;t already implement this or something like it? (Perhaps they do, or something more advanced, but I&#x27;m just unaware.)