Skip to content
Cursor

memgit for Cursor

dev.memgit/memgit

Git for AI memory — version-controlled, searchable context that persists across sessions

client:Cursor transport:stdio runtime:npm

Install memgit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "memgit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memgit-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

memgit in other clients