Odel
log reducer

log reducer

Local
@launch-it-labsTypeScriptMITUpdated 5mo ago

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).

npmlogreducerv0.1.1

Run

npx -y logreducer

MCP client config

{
  "mcpServers": {
    "log-reducer": {
      "command": "npx",
      "args": [
        "-y",
        "logreducer"
      ]
    }
  }
}