Command Palette

Search for a command to run...

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

Beszel

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

MCP server for Beszel system monitoring that provides tools to list systems, containers, alerts, and query CPU, memory, disk, and network stats.

GitHubEmbed

Описание

MCP server for Beszel system monitoring that provides tools to list systems, containers, alerts, and query CPU, memory, disk, and network stats.

README

A Model Context Protocol server for the Beszel system/container monitoring tool. Run it with npx — no git clone required.

Built on the same PocketBase API used by the Beszel Raycast extension and inspired by Red5d/beszel-mcp.

Tools

Tool Description
list_systems List monitored systems with status and metadata
list_containers List monitored containers
list_alerts List configured alerts
list_alert_history List triggered alert history
query_system_stats Query CPU, memory, disk, and network stats for a system
query_container_stats Query CPU, memory, and network stats for a container

All list tools support PocketBase filter, sort, and pagination.

Configuration

Set these environment variables:

Variable Required Description
BESZEL_URL Yes Beszel/PocketBase URL (e.g. http://localhost:8090)
BESZEL_EMAIL No Admin email for authentication
BESZEL_PASSWORD No Admin password for authentication

Installation

No git clone required. The server runs from the published npm package:

npx -y beszel-mcp

Usage

Cursor / Claude Desktop

Add to your MCP config. Use the npm package name beszel-mcp — not a local path:

{
  "mcpServers": {
    "beszel": {
      "command": "npx",
      "args": ["-y", "beszel-mcp"],
      "env": {
        "BESZEL_URL": "http://localhost:8090",
        "BESZEL_EMAIL": "[email protected]",
        "BESZEL_PASSWORD": "your-password"
      }
    }
  }
}

Contributing / local development

npm install
npm run build
npm start

Or run without building:

npm install
npm run dev

MCP Inspector

npm run inspect

PocketBase filter examples

name ~ 'server'
status = 'up'
created >= '2024-01-01' && created <= '2024-12-31'
(cpu > 80 || memory > 90) && status = 'active'

License

MIT

from github.com/weeebdev/beszel-mcp

Установка Beszel

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

▸ github.com/weeebdev/beszel-mcp

FAQ

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

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

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

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

Beszel — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare Beszel with

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

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

Автор?

Embed-бейдж для README

Похожее

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