Configure Cursor to use ShadowGit for perfect AI memory
npm install -g shadowgit-mcp-server
Cmd + Shift + P
Ctrl + Shift + P
Cursor Settings
Tools and Integrations
MCP Tools
Add Custom MCP
{ "mcpServers": { "shadowgit": { "command": "shadowgit-mcp-server" } } }
What ShadowGit repositories are available?
Why is this function returning null? Check what changed in the last hour.
Find when this bug was introduced by checking the history of auth.ts
Based on my recent changes, what's the best way to refactor this?
Have I fixed similar issues before in this project?
@shadowgit show me recent changes to the login flow
@shadowgit when did the tests last pass?
@shadowgit what files changed together with api.ts?
Refactor this authentication flow. Check @shadowgit for what approaches I've tried before and avoid the patterns that didn't work.
This error started appearing today. @shadowgit check what changed in the last 24 hours that could cause this.
{ "mcpServers": { "shadowgit": { "command": "/usr/local/bin/shadowgit-mcp-server" } } }
{ "mcpServers": { "shadowgit": { "command": "shadowgit-mcp-server", "env": { "NODE_ENV": "production" } } } }
@shadowgit what changed since yesterday evening?
@shadowgit when did the tests last pass? Show me the diff.
Based on @shadowgit history, revert just the breaking change
@shadowgit summarize all changes to the auth module this week
@shadowgit show me all the different ways I've implemented this feature
which shadowgit-mcp-server
npm list -g shadowgit-mcp-server --depth=0
"command": "/Users/you/.npm-global/bin/shadowgit-mcp-server"
@shadowgit show auth.ts changes that happened during failing tests
@shadowgit only show changes from the last 2 hours
@shadowgit what other files usually change when I modify config.json?
@shadowgit how did I solve similar React rendering issues before?
Looking at @file:src/api.ts and @shadowgit history, why might this endpoint be failing?
@shadowgit help me write docs by showing how this API evolved