lossless context mcp for Cursor
io.github.northtekdevs/lossless-context-mcp
Agent context flight recorder: restore after compaction, fan-out packs, signed git-bound receipts.
client:Cursor
transport:stdio
runtime:npm
Install lossless context mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lossless-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lossless-context-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs