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
Описание
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 forlist_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 |
Установить Crowdsec в Claude Desktop, Claude Code, Cursor
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-mcpFAQ
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
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 Crowdsec with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
