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
{
"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