Intina47/context-sync — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local first memory server for AI coding tools that works through MCP. I want it to help Cursor, Claude Desktop, Claude Code, Copilot, Continue, Codex CLI, and similar tools remember useful project context across sessions instead of starting from scratch every time.

It should let an agent set the current project, save notes like decisions and constraints, recall previous context, inspect files, search the project, show the folder structure, and pull useful git context like status, recent work, hotspots, blame, and related files. Store everything locally in a simple database under the user’s home folder, with an option to choose a custom database path.

Make it installable as a global npm package with a command that starts the MCP server, and try to auto configure supported AI tools after install. Add a small setup wizard for optional read only Notion search and page reading. Include clear docs for install, configuration, troubleshooting, stored data, and the available tools.

Want more depth? Deep Reverse