https://cursor.directory/mcp/loganalyzer-mcp-server
Debug Server Logs in Under 30 Seconds with AI-powered analysis, real-time monitoring, and actionable fixes.
LogAnalyzer MCP Server is a Model Context Protocol (MCP) server that provides AI-powered log analysis with rapid debugging capabilities. Perfect for DevOps engineers, backend developers, and SRE teams who need instant insights into server issues.
npm install -g loganalyzer-mcp
npm install -g loganalyzer-mcp
Then add to your Cursor settings:
{
"mcpServers": {
"loganalyzer": {
"command": "loganalyzer-mcp",
"env": {
"GEMINI_API_KEY": "your_gemini_api_key_here"
}
}
}
}
Tool | Description | Speed |
---|---|---|
rapid_debug |
🚀 Debug server logs in under 30 seconds with actionable fixes | 7.5s avg |
quick_scan |
⚡ Ultra-fast error detection for real-time monitoring | <1s |
analyze_log |
🤖 Deep AI-powered log analysis with root cause identification | 10-15s |
watch_log_file |
👀 Monitor log files for new errors in real-time | Real-time |
stop_watching |
⏹️ Stop monitoring specific log files | Instant |
list_watched_files |
📋 View all currently monitored files | Instant |
get_recent_errors |
📊 Retrieve recent error analysis and history | Instant |
"Rapidly debug these server logs and give me actionable fixes"
"Quick scan this log file for critical errors"
"Start monitoring /var/log/app.log for new errors"
"What's causing these database connection timeouts?"
## Test the installation
loganalyzer-mcp --version
## Analyze a log file directly
npm run analyze /path/to/logfile.log
## Run rapid debug test
npm run test-rapid
GEMINI_API_KEY=your_gemini_api_key_here
LOG_LEVEL=info
MAX_FILE_SIZE=10MB
WATCH_POLL_INTERVAL=1000
{
"mcpServers": {
"loganalyzer": {
"command": "loganalyzer-mcp",
"env": {
"GEMINI_API_KEY": "your_key_here",
"LOG_LEVEL": "info",
"MAX_FILE_SIZE": "10MB"
}
}
}
}
GEMINI_API_KEY
is set in your environment.## Test API connection
npm run validate
## Test rapid debugging
npm run test-rapid
## Check configuration
node -e "console.log(process.env.GEMINI_API_KEY ? 'API Key set' : 'API Key missing')"
git checkout -b feature-name
git commit -am 'Add feature'
git push origin feature-name
MIT License - see LICENSE{:target=“_blank”} file for details.
Made with ❤️ for the developer community
Helping teams debug faster, learn more, and ship with confidence.
MCP server for local git repositories
An MCP server that enables searches within Obsidian vaults using the Omnisearch plugin API. Returns absolute paths to matching notes for seamless integration. 🚀
https://cursor.directory/mcp/loganalyzer-mcp-server