KibanaKibana

io.github.tocharianou/kibana

MCP-сервер Kibana (визуализация Elasticsearch).

Установка

npx @tocharianou/mcp-server-kibana # Using Basic Auth KIBANA_URL=http://localhost:5601 \ KIBANA_USERNAME=your-username \ KIBANA_PASSWORD=your-password \ npx @tocharianou/mcp-server-kibana # Using Cookie Auth KIBANA_URL=http://localhost:5601 \ KIBANA_COOKIES="sid=xxx; security-session=yyy" \ npx @to