MCP Server for Log Viewer - Let AI agents analyze your logs #512
whallysson
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! 👋
I built log-viewer-mcp — an MCP (Model Context Protocol) server that wraps
opcodesio/log-viewerto expose log analysis tools to AI agents like Claude and GPT.What it does
Install the package and your AI agent can immediately:
list_log_files— discover available log files with metadatasearch_logs— search by text query and/or severity level with paginationget_log_entry— get full entry details including stack trace, context, and extra dataget_error_summary— health overview with severity counts and recent errorsHow it works
Built on top of the official laravel/mcp package using STDIO transport. Supports
opcodesio/log-viewerv3.x and v4.x.Zero config — the package auto-discovers its service provider and registers MCP tools.
Why?
When debugging production issues with AI, the agent needs to see your logs. Instead of copy-pasting stack traces, this package gives your AI assistant direct, structured access to your log files.
Links
Would love to hear feedback or ideas for additional tools! 🙏
Beta Was this translation helpful? Give feedback.
All reactions