ndjson local log triage mcp for VS Code
io.github.vola-trebla/ndjson-local-log-triage-mcp
Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.
client:VS Code
transport:stdio
runtime:npm
Install ndjson local log triage mcp in VS Code
.vscode/mcp.json
{
"servers": {
"ndjson-local-log-triage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ndjson-local-log-triage-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs