Hey HN,<p>I'm Namanyay and I'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's because Cursor (and other AI tools) are not able to keep an overview of the project. Plus, Cursor does not have a "memory" 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's file system.<p>It's simple and installation takes 30 seconds.<p>Github: <a href="https://github.com/namanyayg/giga-mcp">https://github.com/namanyayg/giga-mcp</a><p>Demo: <a href="https://www.youtube.com/watch?v=BWMHCwg7Pwo" rel="nofollow">https://www.youtube.com/watch?v=BWMHCwg7Pwo</a><p>Would love feedback! Are you using AI already? Do you encounter issues like this?
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't already implement this or something like it? (Perhaps they do, or something more advanced, but I'm just unaware.)