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_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
| 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 |