Kibana MCP Server

by ggilligan12

12 stars
310 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that integrates with Kibana Security, enabling AI assistants to manage security alerts, detection rules, and exception lists programmatically.

Details

Author
ggilligan12
GitHub stars
12
Downloads
310
Categories
Other

- Fetch security alerts via get_alerts
- Tag alerts with tag_alert
- Change alert status (open/acknowledged/closed)
- Search detection rules with find_rules
- Retrieve and add rule exception items
- Create and associate shared exception lists

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Kibana MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, build the Docker image, set environment variables (KIBANA_URL plus either KIBANA_API_KEY or KIBANA_USERNAME/KIBANA_PASSWORD), then configure your MCP client (e.g., Claude Desktop) to run the container. Alternatively, run locally with uv sync and uv run kibana-mcp.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "kibana mcp server": {
            "kibana-mcp": {
                "command": "docker",
                "args": [
                    "build",
                    "-t",
                    "kibana-mcp",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "kibana-mcp": {
        "command": "docker",
        "args": [
            "build",
            "-t",
            "kibana-mcp",
            "."
        ]
    }
}

Kibana MCP Server

Kibana MCP Demo

Model Context Protocol (MCP) server for Kibana Security - manage alerts, rules, and exceptions via AI assistants.

Quick Start

1. Clone and Build

git clone https://github.com/ggilligan12/kibana-mcp.git
cd kibana-mcp
docker build -t kibana-mcp .

2. Configure MCP Client

Add to your MCP client config (Claude Desktop, Cursor, etc.):

Option A: Using Environment Variables (Recommended)

First, set your credentials:
```bash
export KIBANA_URL="https://your-kibana.example.com:5601"

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.