donggyun112/keymem
by Various
Super Memory
MCP
donggyun112/keymem
Added 26 June 2026
Overview
A minimal TypeScript library providing a simple in-memory key-value store. It allows storing and retrieving values using string keys, suitable for transient data in single-process applications.
Best for
Best for
Developers who need a trivial in-memory cache for small TypeScript projects
Use cases
- Cache API responses or computed values in memory
- Store temporary session data for a single process
- Manage lightweight state without a database
How to use
Install
npm i -g keymem Tools exposed
proper_nounKEYMEM_MIN_SCOREKEYMEM_GATE_ZKEYMEM_CONTRADICTIONKEYMEM_AUTOKEYKEYMEM_AUTOKEY_PROMOTE_NKEYMEM_AUTOKEY_CONFIRM_FLOORKEYMEM_AUTOKEY_MAX_ALIASESKEYMEM_AUTOKEY_PRUNE_AGE
Tested with
Claude Desktop, Claude Code, Continue, ChatGPT
Notes
A minimal TypeScript library providing a simple in-memory key-value store. It allows storing and retrieving values using string keys, suitable for transient data in single-process applications.
1 stars on GitHub. Last updated 2026-06-26. Licensed MIT.
Use cases
- Cache API responses or computed values in memory
- Store temporary session data for a single process
- Manage lightweight state without a database
Pros
- Lightweight with no external dependencies
- Simple API for basic key-value operations
Cons
- Very limited community adoption (1 star)
- No persistence or advanced features like eviction policies
- Not suitable for distributed or multi-process environments
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight with no external dependencies
- Simple API for basic key-value operations
Cons
- Very limited community adoption (1 star)
- No persistence or advanced features like eviction policies
- Not suitable for distributed or multi-process environments
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
