projectmind for VS Code
io.github.nodemint-dev/projectmind
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
client:VS Code
transport:stdio
runtime:npm
Install projectmind in VS Code
.vscode/mcp.json
{
"servers": {
"projectmind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nodemint/projectmind"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs