Command Palette

Search for a command to run...

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

Crowdsec

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

A read-only MCP server that exposes CrowdSec decisions and alerts via the LAPI. Provides tools such as list_decisions, decisions_stream, list_alerts, and get_al

GitHubEmbed

Описание

A read-only MCP server that exposes CrowdSec decisions and alerts via the LAPI. Provides tools such as list_decisions, decisions_stream, list_alerts, and get_alert.

README

A read-only MCP server for CrowdSec, exposing decisions and alerts.

Tools

name endpoint required secret
list_decisions GET /v1/decisions bouncer key
decisions_stream GET /v1/decisions/stream bouncer key
list_alerts GET /v1/alerts machine login
get_alert GET /v1/alerts/{id} machine login

Credentials

We need two credential types:

  • Decisions need only a bouncer API key (cscli bouncers add <name>), which is inherently read-only. This alone is enough for list_decisions / decisions_stream.
  • Alerts are only reachable with machine credentials (cscli machines add), exchanged for a short-lived JWT. That credential is technically read-write on LAPI, so this server only ever issues GET requests (plus the login POST). The alert tools stay disabled unless machine credentials are configured.

Configuration (environment variables)

name default use
CROWDSEC_LAPI_URL http://localhost:8080 LAPI base URL
CROWDSEC_BOUNCER_KEY bouncer API key (enables decision tools)
CROWDSEC_MACHINE_ID machine id (enables alert tools)
CROWDSEC_MACHINE_PASSWORD machine password
CROWDSEC_VERIFY_TLS true set false to skip TLS verification

from github.com/Swarsel/crowdsec-mcp

Установить Crowdsec в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install crowdsec-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add crowdsec-mcp -- uvx --from git+https://github.com/Swarsel/crowdsec-mcp crowdsec-mcp

FAQ

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

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

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

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

Crowdsec — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Crowdsec with

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

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

Автор?

Embed-бейдж для README

Похожее

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