Skip to content
VS Code

log analyzer mcp for VS Code

io.github.fato07/log-analyzer-mcp

AI-powered log analysis - parse, search, extract errors across 9+ formats

client:VS Code transport:stdio runtime:pypi

Install log analyzer mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "log-analyzer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codesdevs-log-analyzer"
      ]
    }
  }
}

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

log analyzer mcp in other clients