MCP Logback Analyzer
Analyzes logback-formatted logs and configurations from Spring applications to detect code defects, filter application-specific stack traces, and generate automated repair suggestions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Logback Analyzeranalyze my error logs for defects and suggest code fixes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP 工具集合
基于 FastMCP 的 Model Context Protocol (MCP) 工具集合,提供日志分析与 Nacos 配置/服务状态检查能力。
✨ MCP 服务
log-analyzer
nacos-helper
Related MCP server: Log Analyzer MCP Server
📦 安装
从 PyPI 安装(推荐)
pip install mcp-logback-analyzer
pip install mcp-nacos-helper使用国内镜像源(国内用户推荐)
如果无法访问 PyPI 或下载速度慢,可以使用国内镜像源:
# 清华大学镜像(推荐)
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mcp-logback-analyzer
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mcp-nacos-helper
# 阿里云镜像
pip install -i https://mirrors.aliyun.com/pypi/simple/ mcp-logback-analyzer
pip install -i https://mirrors.aliyun.com/pypi/simple/ mcp-nacos-helper
# 腾讯云镜像
pip install -i https://mirrors.cloud.tencent.com/pypi/simple mcp-logback-analyzer
pip install -i https://mirrors.cloud.tencent.com/pypi/simple mcp-nacos-helper从私有 PyPI 安装
pip install -i http://your-server:8080/simple/ mcp-logback-analyzer
pip install -i http://your-server:8080/simple/ mcp-nacos-helper从源码安装
git clone https://github.com/mengbi-super/MCP-TOOLS.git
cd MCP-TOOLS
pip install -r requirements.txt🚀 快速开始
安装后请分别参考各组件的使用说明与配置示例。
📖 文档
详细文档请参考:
🛠️ 开发
本地开发
# 克隆仓库
git clone https://github.com/mengbi-super/MCP-TOOLS.git
cd MCP-TOOLS
# 安装开发依赖
pip install -e "packages/log_analyzer[dev]"
pip install -e "packages/nacos_helper[dev]"
# 运行测试
pytest构建包
# 安装构建工具
pip install build twine
# 构建
cd packages/log_analyzer
python -m build
cd ../nacos_helper
python -m build发布到 PyPI
# 在仓库根目录执行
py scripts/upload_to_pypi.py packages/log_analyzer
py scripts/upload_to_pypi.py packages/nacos_helper📄 许可证
MIT License
🤝 贡献
欢迎提交 Issue 和 Pull Request!
📧 联系方式
如有问题,请提交 Issue 或联系:mengbi1014@gmail.com
更多信息请查看 packages/log_analyzer/README.md
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityCmaintenanceEnables AI-assisted analysis of log files through advanced searching, filtering, and test execution capabilities. Supports time-based queries, pattern matching, test summarization, and code coverage reporting directly within compatible MCP clients.12
- Alicense-qualityDmaintenanceAn MCP server for intelligent log analysis providing semantic search, error pattern clustering, and smart error detection. It enables users to process, vectorize, and query local logs to efficiently identify issues and generate AI-powered summaries.MIT
- Alicense-qualityDmaintenanceEnables AI to automatically diagnose bugs by querying logs, tracing call chains, and analyzing code across multiple log platforms like Elasticsearch and Loki.MIT
- Alicense-qualityDmaintenanceAn intelligent MCP server that analyzes logging quality in your code and provides improvement suggestions using LLM-powered insights.8Apache 2.0
Related MCP Connectors
Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Flaky test detection, root cause analysis, and fix suggestions for development teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mengbi-super/MCP-TOOLS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server