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: AI memory and project management (open source)

5 pointsby namanyayg17 days ago
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

treetalker16 days ago
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.)