43
/ 100
1 month ago
glama

LockRe

LockRe prevents file edit collisions among multiple AI agents and allows surgical revert of each agent's changes line-by-line, without affecting others' work.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: LOCKRE_WAKE_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLOCKRE_AGENT_ID
configLOCKRE_BLOCKINGoff Hold /lock open until granted (chunked); recommended for agents.
configLOCKRE_CWD
configLOCKRE_DAEMON
configLOCKRE_DBlockre.db SQLite file (auto-created on first use).
configLOCKRE_EMBEDDED
configLOCKRE_EVICT_BATCHcap/5 Rows evicted (oldest first) when over the cap.
configLOCKRE_FILE_MTIME_MS300000 Auto-release a file lock unmodified this long.
configLOCKRE_GRACE_MS120000 Idle-holder grace.
configLOCKRE_MAX_CONTRIBUTIONS0 (off) FIFO retention cap on stored contributions.
configLOCKRE_MAX_HOLD_MS1800000 Absolute cap on any lock (leaked-lock backstop).
configLOCKRE_MCP_IDLE_MS
configLOCKRE_PORT8766 HTTP port (binds 127.0.0.1).
configLOCKRE_SWEEP_MS
configLOCKRE_URLthen add "env": { "": "http://127.0.0.1:8766" } to the MCP config. The bridge will use the daemon rather than opening the DB directly.
configLOCKRE_WAIT_CHUNK_MS50000 Per-chunk wait before returning a waiting reply.
🔐 secretLOCKRE_WAKE_TOKEN
configLOCKRE_WAKE_URL
configWHIMER_CHAT_CWD
configWHIMER_CHAT_ID
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/crsxmd-lockre-mcp-fu8i0z)](https://m8ven.ai/mcp/crsxmd-lockre-mcp-fu8i0z)
commit: 1b5c6d5c0662f20457437be66f4f4b32ed46d300
code hash: 3b1f1f1bfb574c66e359c2c61b7f7accb7539ea790f9aeb92dcafe1c73dfd9f9
verified: 6/23/2026, 10:16:49 AM
view raw JSON →