log reducer for Cursor
io.github.imankha/log-reducer
Reduces log files for AI consumption — 50-90% token reduction via 18 deterministic transforms.
client:Cursor
transport:stdio
runtime:npm
Install log reducer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"log-reducer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"logreducer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs