True Memory Fragments for Cursor
io.github.kyle641320/true-memory-fragments
Detect stale source context and retain traceable code-chain understanding for AI coding agents.
client:Cursor
transport:stdio
runtime:pypi
Install True Memory Fragments in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"true-memory-fragments": {
"type": "stdio",
"command": "uvx",
"args": [
"true-memory-fragments"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs