Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Sosalot

БесплатноНе проверен

MCP Server to provide access to sos reports' data.

GitHubEmbed

Описание

MCP Server to provide access to sos reports' data.

README

SOSALot is a Model Context Protocol (MCP) server that provides LLM-friendly APIs to retrieve data from Linux SOS reports.

Design

Provide a smart lookup tool to find a specified SOS report's files by specified info domain.

Use separate config to list common sos file paths (globbing allowed) for each of a set of info domains. The lookup tool when given a domain and specific sos report should return only files of interest to that domain that do exist on the sos report expanding globbing if present.

Provide fallback file search tools.

This is as an alternative to providing comprehensive tooling to abstract data from SOS reports which due to differences between report and OS versions are likely to be brittle and costly to maintain.

Also, keep tool definitions in a separate config file, instead of docstrings for easier versioning and ab testing.

Quick Start

Prerequisites

  • Python 3.8+

Server Setup on Linux/macOS

# Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate 

# Install dependencies
pip install -r requirements.txt

Put your extracted sos reports in ./sos_reports

Extracted reports go in ./sos_reports MCP server needs write perms and ability to create symlinks in there.

MCP server modes

# Option 1: STDIO mode (for direct MCP client integration).
python sosalot_server.py -t stdio

# Option 2: Streamable HTTP mode (default)  
python sosalot_server.py -t strm

# Option 3: Default mode (streamable HTTP)
python sosalot_server.py

Set up under Claude Desktop

Run the server in STDIO mode

See https://modelcontextprotocol.io/docs/develop/connect-local-servers

Example claude_desktop_config.json

{
  "preferences": {
    "quickEntryShortcut": "off",
    "menuBarEnabled": true
  },
  "mcpServers": {
    "sosalot": {
      "command": "/path/to/sosalot/.venv/bin/python",
      "args": [
        "/path/to/sosalot/sosalot_server.py",
        "-t",
        "stdio"
      ]
    }
  }
}

Usage

Ask the MCP client to list sos reports, or find an sos report for a given hostname and / or date range.

Then query about the sos report itself.

from github.com/SirBeepington/sosalot

Установка Sosalot

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/SirBeepington/sosalot

FAQ

Sosalot MCP бесплатный?

Да, Sosalot MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Sosalot?

Нет, Sosalot работает без API-ключей и переменных окружения.

Sosalot — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Sosalot в Claude Desktop, Claude Code или Cursor?

Открой Sosalot на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Sosalot with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development