Skip to content
VS Code

Project Memory for VS Code

io.github.dankaro-projects/project-memory

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

client:VS Code transport:stdio runtime:pypi

Install Project Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "project-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "project-memory-mcp"
      ]
    }
  }
}

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

Project Memory in other clients