# henrypp/memreduct | Model Context Protocol (MCP) Server > Lightweight real-time memory management application to monitor and clean system memory on your computer. - **Stars**: ⭐ 9,359 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "memreduct": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-memreduct" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "memreduct": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-memreduct" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-memreduct` - **Docker**: `docker run -i --rm mcp/memreduct`