leveldb

GitHub

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

39,013 stars C++
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "leveldb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-leveldb"
      ]
    }
  }
}