4,500+ servers built on MCP Fusion
Vinkius
Kibana logo
Vinkius
CrewAI logo

How to Use the Kibana MCP in CrewAI

Deploy a team of specialized CrewAI agents to audit Kibana spaces, manage alerting rules, and resolve active cases.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Kibana MCP on Cursor AI Code Editor MCP Client Kibana MCP on Claude Desktop App MCP Integration Kibana MCP on OpenAI Agents SDK MCP Compatible Kibana MCP on Visual Studio Code MCP Extension Client Kibana MCP on GitHub Copilot AI Agent MCP Integration Kibana MCP on Google Gemini AI MCP Integration Kibana MCP on Lovable AI Development MCP Client Kibana MCP on Mistral AI Agents MCP Compatible Kibana MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Kibana MCP to CrewAI

Create your Vinkius account to connect Kibana to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Run CrewAI agents to audit Kibana spaces

This MCP Server provides the `list_spaces` tool so your audit agent can map out the entire cluster layout. The auditor agent hands this list to a cleanup agent, which uses `delete_space` to remove abandoned environments based on your retention policies. Before any deletion, a third moderator agent runs `export_saved_objects` to back up the dashboards. This multi-agent coordination ensures you never lose critical configurations during routine maintenance.

Automated incident response and triage

The `get_case` tool allows your triage agent to pull active incident details the moment a rule triggers. The triage agent analyzes the case description and assigns a specialized response agent to gather diagnostic data. The response agent then executes `add_case_comment` to post the relevant search queries and logs directly into the ticket. This complete cycle happens autonomously, saving your on-call engineers ten minutes of manual investigation per alert.

Dynamic agent policy management

The `create_agent_policy` tool lets your infrastructure agent roll out fresh configuration baselines across your fleet. Working in tandem, a monitoring agent runs `list_agents` to identify which hosts require the new policy assignment. If an agent behaves abnormally, the crew triggers `unenroll_agent` to isolate the host immediately. This immediate, coordinated reaction keeps your telemetry pipeline clean and secure without requiring manual intervention.

Setup guide

Set up Kibana MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Kibana tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Kibana Analyst",
    goal="Access and analyze Kibana data via MCP.",
    backstory="Expert analyst with direct Kibana access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Kibana transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Kibana MCP in CrewAI

Agents use CrewAI's shared memory to pass the active space ID and dashboard configurations retrieved via `get_saved_object`. This ensures the triage agent and the response agent are always looking at the exact same telemetry.
Yes, your data engineer agent can call `get_data_view` to analyze the current fields, determine missing mappings, and execute `update_data_view` to apply the correction without human intervention.
You use the tool filter option in your MCP configuration to only expose `find_rules` and `get_rule`. This prevents the agent from executing destructive actions like `delete_rule` or changing production thresholds.
CrewAI's task sequencing prevents simultaneous writes by executing the updates in order across the MCP connection. The agent uses `update_saved_object` and checks the returned version number to prevent overwriting parallel changes.
All communication between your CrewAI agents and the Kibana instance is encrypted end-to-end via the MCP Server gateway. Your case comments, alert rules, and user roles are processed in memory and never written to persistent disk storage within the sandbox.

Start using the Kibana MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 55 tools

We've already built the connector for Kibana. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 55 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.