ShadowGit saves every keystroke you type and feeds your complete code history to AI assistants like Claude and Cursor via MCP (Model Context Protocol).Your AI stops guessing. It knows exactly what worked before.
ShadowGit runs quietly in the background, creating a parallel git repository (.shadowgit.git) that captures every save as a commit. The MCP server then gives your AI read-only access to this detailed history.
Copy
Ask AI
your-project/├── .git/ # Your normal git repo├── .shadowgit.git/ # Automatic snapshot history (AI reads this)├── src/└── ...