Eshaan-Nair/Glia-AI — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local first tool that gives AI chats and coding assistants a shared memory, so I don’t have to explain the same project decisions over and over.

I want a Chrome extension that works on Claude, ChatGPT, Gemini, DeepSeek, Grok, Copilot, and Mistral. It should let me save chats, clean sensitive info where possible, and automatically add the right saved context into new prompts. It should also have simple controls to pause, resume, or manually inject context, and it shouldn’t mix memories between new chats.

I also want a local server that coding tools like Cursor, Claude Code, Windsurf, and Claude Desktop can use to recall context, store new decisions, search across projects, list projects, summarize a project, detect the current project, and delete outdated memories.

Keep everything private on my machine with a local SQLite memory store, add a small dashboard to browse projects and summaries, and make setup simple with one command or easy install scripts. Look up current docs online if you need to.

Want more depth? Deep Reverse