★ 5 stars
Kotlin
🤖 AI/LLM
Updated 1mo ago
Leak Canary MCP Server 🚀 AI-powered Android leak detection & fixing tool. Collects LeakCanary reports via MCP and uses Cursor, Copilot, Claude, etc. to analyze and suggest fixes automatically. Helps developers quickly identify, understand, and resolve memory leaks for faster, cleaner apps.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"leak-canary-mcp-serv": {
"command": "npx",
"args": [
"-y",
"ravisharma46/Leak-Canary-Mcp-Server"
]
}
}
}
Run in terminal:
claude mcp add leak-canary-mcp-serv npx -y ravisharma46/Leak-Canary-Mcp-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"leak-canary-mcp-serv": {
"command": "npx",
"args": [
"-y",
"ravisharma46/Leak-Canary-Mcp-Server"
]
}
}
}