Back to Home
s-p-a-r-r-o-w-ai icon

mcp_server_kibana

Verified Safe

by s-p-a-r-r-o-w-ai

Overview

Provides an MCP interface for managing Kibana Data Views, Saved Objects, and Spaces, enabling programmatic interaction for AI agents or other clients.

Installation

Run Command
docker compose up -d

Environment Variables

  • KIBANA_URL
  • KIBANA_API_KEY
  • MCP_API_KEY
  • LOG_LEVEL
  • TLS_EMAIL

Security Notes

The server uses Pydantic models for input validation, mitigating common injection risks. It relies on environment variables for sensitive API keys (Kibana and MCP client keys). The recommended production setup includes a Caddy reverse proxy for external client authentication and HTTPS, enhancing security. The default 'MCP_API_KEY' in `docker-compose.yml` is 'change-this-secret-key', which is explicitly marked for user change, but poses a risk if not updated. The internal API key verification (`auth.py`) would be bypassed if `MCP_API_KEY` environment variable is not set, though the Docker setup provides a default.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-06

Tags

KibanaMCPFastAPIAPI GatewayData Management