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 a FastMCP server to programmatically manage Kibana data views, saved objects (dashboards, visualizations), and spaces, enabling automated creation and modification of Kibana content.

Installation

Run Command
docker compose up -d

Environment Variables

  • KIBANA_URL
  • KIBANA_API_KEY

Security Notes

The server uses environment variables for sensitive configurations like KIBANA_URL, KIBANA_API_KEY, and MCP_API_KEY, which is good practice. MCP_API_KEY is securely auto-generated if not provided. HTTP requests to Kibana include 'kbn-xsrf: true' for CSRF protection and use httpx.AsyncClient with 'response.raise_for_status()'. There are no apparent uses of 'eval', 'exec', or other direct code injection vulnerabilities. Listening on 0.0.0.0 is standard for Docker, but external access is protected by the bearer token authentication. The `DebugTokenVerifier` is used for authentication, performing a direct string comparison for the bearer token, which is adequate for single-token authentication.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-14

Tags

KibanaFastMCPREST APIData ManagementVisualizationsPython