M MCP Servers Developer low
donggyun112/keymem
by Various
Super Memory
D
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
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