Reduces log files for AI consumption — 50-90% token reduction via 18 deterministic transforms.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y logreducer
MCP client config
{
"mcpServers": {
"log-reducer": {
"command": "npx",
"args": [
"-y",
"logreducer"
]
}
}
}