Skip to content
VS Code

log for VS Code

io.github.rog0x/log

Log parse, filter, analyze for AI agents

client:VS Code transport:stdio runtime:npm

Install log in VS Code

.vscode/mcp.json

{
  "servers": {
    "log": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-log-tools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

log in other clients