Logreducer
Freeby MCP Community
MCP tool and CLI that reduces log files for AI consumption — strip noise, deduplicate, shorten IDs, fold stack traces
v0.2.0Added Apr 12, 2026
mcplogreducecompresstokens
Logreducer MCP Server
MCP tool and CLI that reduces log files for AI consumption — strip noise, deduplicate, shorten IDs, fold stack traces
Installation
npx -y logreducer
Reviews
Installation
Quick install
npx -y logreducer
Add to claude_desktop_config.json
{
"mcpServers": {
"logreducer": {
"command": "npx",
"args": ["-y", "logreducer"]
}
}
}