Back to Home
maratsal icon

falco-mcp

by maratsal

Overview

Exposes the Falcosidekick UI's event search API as a lightweight Model Context Protocol (MCP) server, enabling MCP clients to query Falco security events programmatically.

Installation

Run Command
docker run -p 8080:8080 -e FALCO_BASE_URL=http://falcosidekick-ui.default.svc.cluster.local:2802 -e FALCO_USERNAME=admin -e FALCO_PASSWORD=admin falco-mcp

Environment Variables

  • FALCO_BASE_URL
  • FALCO_USERNAME
  • FALCO_PASSWORD
  • PORT
  • MCP_HTTP_PATH

Security Notes

The server uses HTTP Basic Auth with default 'admin:admin' credentials, which should be changed immediately in any production environment. Critically, the `verify_tls` setting for upstream Falcosidekick UI connections defaults to `False`, disabling TLS certificate verification. This makes the connection vulnerable to Man-in-the-Middle attacks and should be explicitly set to `True` for secure deployments.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens50000
Stars0
Forks0
Last Update2025-12-01

Tags

MCPFalcoSecurity EventsAPI ProxyPython