# square/leakcanary | Model Context Protocol (MCP) Server > A memory leak detection library for Android. - **Stars**: ⭐ 29,968 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "leakcanary": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-leakcanary" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "leakcanary": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-leakcanary" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-leakcanary` - **Docker**: `docker run -i --rm mcp/leakcanary`