# google/leveldb | Model Context Protocol (MCP) Server > LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. - **Stars**: ⭐ 39,013 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "leveldb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-leveldb" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "leveldb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-leveldb" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-leveldb` - **Docker**: `docker run -i --rm mcp/leveldb`