Back to Apps

LogViewer
by estran-studio
Unified CLI and MCP server for querying logs from Kubernetes, Docker, Splunk, OpenSearch, and CloudWatch with consistent syntax.
0 stars
Works in:Gemini CLIVS Code Copilot
Exposes:Tools
What it does
LogViewer provides a unified interface to query logs from a vast array of sources, including Kubernetes, Docker, Splunk, OpenSearch, CloudWatch, and SSH. It eliminates the need to juggle multiple tool-specific query languages by providing a consistent syntax across all backends. As an MCP server, it allows AI agents to perform complex log investigations across multiple environments simultaneously.
Tools
query_log: Retrieve logs from a specific context or across multiple contexts using filters.query_field: Discover available fields for extraction within a log source.list_contexts: List available log configuration contexts.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"logviewer": {
"command": "logviewer",
"args": ["mcp", "--config", "~/.logviewer/config.yaml"]
}
}
}
Supported hosts
- Claude
- Gemini
- Copilot
Quick install
brew install estran-studio/tap/logviewerInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"logviewer": {
"command": "logviewer",
"args": ["mcp", "--config", "~/.logviewer/config.yaml"]
}
}
}






