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

5 points by namanyayg a day ago

Hey HN,

I'm Namanyay and I've been using Cursor since 2 years, but it seems to make mistakes as the project size grows.

This caused me to have to repeat myself a lot and it used to break my flow.

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.

I solved this by building an open-source MCP which maintains project and memory information within the user's file system.

It's simple and installation takes 30 seconds.

Github: https://github.com/namanyayg/giga-mcp

Demo: https://www.youtube.com/watch?v=BWMHCwg7Pwo

Would love feedback! Are you using AI already? Do you encounter issues like this?

treetalker a day ago

Cool project, thanks for taking the time to create it and to share it.

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.)