Skip to content
VS Code

memgit for VS Code

dev.memgit/memgit

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

client:VS Code transport:stdio runtime:npm

Install memgit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

memgit in other clients