Skip to content
VS Code

projectmem for VS Code

io.github.riponcm/projectmem

Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.

client:VS Code transport:stdio runtime:pypi

Install projectmem in VS Code

.vscode/mcp.json

{
  "servers": {
    "projectmem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "projectmem"
      ]
    }
  }
}

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

projectmem in other clients