Kibana MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Port for HTTP server | 3000 |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| KIBANA_URL | No | The URL of your Kibana instance (required) | |
| MCP_TRANSPORT | No | The transport mode for the MCP server (http or stdio) | http |
| KIBANA_API_KEY | No | Your Kibana API key for authentication | |
| KIBANA_PASSWORD | No | Your Kibana password for authentication | |
| KIBANA_USERNAME | No | Your Kibana username for authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_dashboardsB | List all Kibana dashboards with optional search filtering |
| get_dashboardC | Get detailed information about a specific dashboard |
| export_dashboardC | Export a dashboard with all its dependencies (visualizations, data views, etc.) |
| list_visualizationsB | List all Kibana visualizations |
| get_visualizationC | Get detailed information about a specific visualization |
| list_data_viewsB | List all data views (index patterns) in Kibana |
| search_logsC | Search Elasticsearch data through Kibana using Elasticsearch query DSL |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Kibana Dashboards | List of all available Kibana dashboards |
| Kibana Visualizations | List of all available Kibana visualizations |
| Kibana Data Views | List of all available data views (index patterns) |
| Kibana Saved Searches | List 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