True Memory Fragments for VS Code
io.github.kyle641320/true-memory-fragments
Detect stale source context and retain traceable code-chain understanding for AI coding agents.
client:VS Code
transport:stdio
runtime:pypi
Install True Memory Fragments in VS Code
.vscode/mcp.json
{
"servers": {
"true-memory-fragments": {
"type": "stdio",
"command": "uvx",
"args": [
"true-memory-fragments"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs