Serversio.github.mshegolev/kibana-mcp
M

io.github.mshegolev/kibana-mcp

io.github.mshegolev/kibana-mcp · v0.1.1
▦ pypi
v0.1.1pypi pypi: kibana-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mshegolev/kibana-mcp",
  "description": "Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.",
  "repository": {
    "url": "https://github.com/mshegolev/kibana-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}