Skip to content
Cursor

log analyzer mcp for Cursor

io.github.fato07/log-analyzer-mcp

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

client:Cursor transport:stdio runtime:pypi

Install log analyzer mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

log analyzer mcp in other clients