lmdb-mcp

lmdb-mcp

3.2

If you are the rightful owner of lmdb-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

LMDB-MCP is a lightweight, high-performance Model Context Protocol (MCP) server that provides persistent key-value storage using LMDB.

read

Read a value by key

write

Write a value to a key

list

List keys with optional prefix filtering

delete

Delete a key

watch

Watch for changes to keys matching a pattern

cursor_scan

Scan a range of keys using a cursor

transaction

Execute multiple operations atomically