← Back to Plugins
MCP Server MCP

io.github.mshegolev/kibana-mcp

github By github 👁 1 views ▲ 0 votes

Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.

Homepage Verified source GitHub

Install

uvx kibana-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "kibana-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Kibana base URL (e.g. https://kibana.example.com)",
          "isRequired": true,
          "format": "string",
          "name": "KIBANA_URL"
        },
        {
          "description": "Direct Elasticsearch URL. If unset, ES requests route through the Kibana Console proxy.",
          "format": "string",
          "name": "ELASTICSEARCH_URL"
        },
        {
          "description": "Elasticsearch API key (ApiKey base64(id:api_key) format). Takes priority over Basic auth.",
          "format": "string",
          "isSecret": true,
          "name": "KIBANA_API_KEY"
        },
        {
          "description": "HTTP Basic auth username. Used only when KIBANA_API_KEY is not set.",
          "format": "string",
          "name": "KIBANA_USERNAME"
        },
        {
          "description": "HTTP Basic auth password.",
          "format": "string",
          "isSecret": true,
          "name": "KIBANA_PASSWORD"
        },
        {
          "description": "Verify SSL certificates (true/false). Set to 'false' for self-signed certs.",
          "format": "string",
          "default": "true",
          "name": "KIBANA_SSL_VERIFY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...