LockRe
by crsxmd
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTLOCK_DB | No | SQLite file. | agentlock.db |
| AGENTLOCK_PORT | No | HTTP port (binds 127.0.0.1). | 8766 |
| AGENTLOCK_BLOCKING | No | Hold /lock open until granted (chunked); recommended for agents. | |
| AGENTLOCK_GRACE_MS | No | Idle-holder grace. | 120000 |
| AGENTLOCK_EVICT_BATCH | No | Rows evicted (oldest first) when over the cap (default cap/5). | |
| AGENTLOCK_MAX_HOLD_MS | No | Absolute cap on any lock (leaked-lock backstop). | 1800000 |
| AGENTLOCK_FILE_MTIME_MS | No | Auto-release a file lock unmodified this long. | 300000 |
| AGENTLOCK_WAIT_CHUNK_MS | No | Per-chunk wait before returning a waiting reply. | 50000 |
| AGENTLOCK_MAX_CONTRIBUTIONS | No | FIFO retention cap on stored contributions (0 means off). | 0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/crsxmd/LockRe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server