Log Server
БесплатноНе проверенA log analysis MCP server that enables tailing, searching, filtering, and summarizing logs from local files and Docker containers.
Описание
A log analysis MCP server that enables tailing, searching, filtering, and summarizing logs from local files and Docker containers.
README
A log analysis MCP server — tail, search, filter, and summarize logs from local files and Docker containers.
Tools
| Tool | Description |
|---|---|
tail |
Tail last N lines from a log file |
search |
Regex search in a log file |
filter_level |
Filter by level (ERROR/WARN/INFO/DEBUG) — JSON and plain text |
summarize |
Group and count errors by pattern |
docker_logs |
Tail last N lines from a Docker container |
docker_grep |
Regex search in Docker container logs |
docker_errors |
Summarize errors from a Docker container |
Quick Start
git clone https://github.com/sheikhBasit/log-mcp-server
cd log-mcp-server
python -m venv .venv && .venv/bin/pip install -e .
log-mcp
Claude Desktop Config
{
"mcpServers": {
"logs": {
"command": "/path/to/.venv/bin/log-mcp"
}
}
}
Usage Examples
tail the last 50 lines of /var/log/nginx/error.log
search for "timeout" in /app/logs/api.log
filter ERROR lines from /app/logs/app.log
summarize errors in the "backend" docker container
tail 100 lines from docker container "nexavoxa-api"
Running Tests
pip install -e ".[dev]"
pytest
License
MIT
Knowledge Graph
This repo is indexed by Understand Anything — a multi-agent pipeline that builds a knowledge graph of every file, function, class, and dependency.
The graph lives at .understand-anything/knowledge-graph.json and can be explored visually:
# In Claude Code, from this repo root:
/understand-dashboard
To rebuild the graph after major changes:
~/scripts/graphify-all.sh
Graph covers: files · functions · classes · imports · architecture layers · plain-English summaries · guided tours.
Установка Log Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sheikhBasit/log-mcp-serverFAQ
Log Server MCP бесплатный?
Да, Log Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Log Server?
Нет, Log Server работает без API-ключей и переменных окружения.
Log Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Log Server в Claude Desktop, Claude Code или Cursor?
Открой Log Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Log Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
