mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-26 01:25:10 +02:00
Removes the 300 req/min rate limiter from the worker's HTTP middleware. The worker is localhost-only (enforced via CORS), so rate limiting was pointless security theater — but it broke the viewer, which polls logs and stats frequently enough to trip the limit within seconds. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "claude-mem",
|
|
"version": "12.3.6",
|
|
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
|
"author": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"repository": "https://github.com/thedotmack/claude-mem",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"memory",
|
|
"context",
|
|
"persistence",
|
|
"hooks",
|
|
"mcp"
|
|
]
|
|
}
|