Skip to content
Zed

Kibana for Zed

io.github.tocharianou/kibana

Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration

client:Zed transport:stdio runtime:npm

Install Kibana in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ],
      "env": {
        "KIBANA_URL": "<KIBANA_URL>",
        "KIBANA_API_KEY": "<KIBANA_API_KEY>",
        "KIBANA_USERNAME": "<KIBANA_USERNAME>",
        "KIBANA_PASSWORD": "<KIBANA_PASSWORD>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Kibana in other clients