mcpbeat Sign in

Log Reducer MCP Server

local only

Log Reducer runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 12 Mar 2026.

Reduces log files for AI consumption — 50-90% token reduction via 18 deterministic transforms.

Installs per day peak 24 · avg 10 · +81% w/w
a month agotoday
34
Installs / week
npm · logreducer
0
Stars
0 open issues
12 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Log Reducer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add log-reducer -- npx -y logreducer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "log-reducer": {
      "args": [
        "-y",
        "logreducer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.log-reducer]
command = "npx"
args = ["-y", "logreducer"]
.cursor/mcp.json
{
  "mcpServers": {
    "log-reducer": {
      "args": [
        "-y",
        "logreducer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "log-reducer": {
      "args": [
        "-y",
        "logreducer"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Log Reducer

same job, measured the same way
Jarroba Tools
by invarato

100 deterministic tools for your AI: logs, tests, SQL, diagrams, SPARQL. Local, no network.

672 installs/wk local only
Etherscan
by etherscan

Read-only Etherscan V2 blockchain data: balances, transactions, transfers, tokens, contracts, logs.

16 tools answering
Attestor
by bolnet

Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.

252 installs/wk local only
Tokenectomy Razor
by daffa2555

Autonomous log surgery & secret redaction MCP server for AI coding agents.

local only
Tokenectomy Razor
by tokenectomy-labs

Autonomous M2M log surgery, secret redaction, and token optimizer for AI agents.

1 474 installs/wk local only
ACR — Agent Composition Records
by tethralai

Interaction profile registry for AI agents. Log interactions, query behavioral lenses.

107 installs/wk local only
ACR — Agent Composition Records
by tethral-inc

Interaction profile registry for AI agents. Log interactions, query behavioral lenses.

local only
council-signal-mcp
by csoai-org

Signed AI measurement (13-axis, deterministic judge). Measurement, not certification; monitored cont

510 installs/wk local only

Log Reducer — questions

Answers built from our own checks of this server.

Why is there no uptime for Log Reducer?
Log Reducer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package logreducer was installed 34 times last week.
How do I connect Log Reducer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls logreducer straight from npm; nothing to host, nothing to sign up for.
How many people use Log Reducer?
The npm package logreducer was installed 34 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Log Reducer open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.