Skip to main content
Glama
jerrelblankenship

Kibana MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_PORTNoPort for HTTP server3000
LOG_LEVELNoLogging level (debug, info, warn, error)info
KIBANA_URLNoThe URL of your Kibana instance (required)
MCP_TRANSPORTNoThe transport mode for the MCP server (http or stdio)http
KIBANA_API_KEYNoYour Kibana API key for authentication
KIBANA_PASSWORDNoYour Kibana password for authentication
KIBANA_USERNAMENoYour Kibana username for authentication

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_dashboards

List all Kibana dashboards with optional search filtering

get_dashboard

Get detailed information about a specific dashboard

export_dashboard

Export a dashboard with all its dependencies (visualizations, data views, etc.)

list_visualizations

List all Kibana visualizations

get_visualization

Get detailed information about a specific visualization

list_data_views

List all data views (index patterns) in Kibana

search_logs

Search Elasticsearch data through Kibana using Elasticsearch query DSL

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Kibana DashboardsList of all available Kibana dashboards
Kibana VisualizationsList of all available Kibana visualizations
Kibana Data ViewsList of all available data views (index patterns)
Kibana Saved SearchesList of all saved searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerrelblankenship/jb-kibana-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server