Back to MCP directory
publicPublicdnsLocal runtime

mcp-59q

一个用Python实现的Elasticsearch MCP服务器,需要Claude桌面环境和Elasticsearch实例支持

article

README

🚀 MCP 管理控制平面

MCP 管理控制平面是用 Python 实现的 Elasticsearch 管理控制平面服务器,可助力对 Elasticsearch 进行高效管理与控制。

🚀 快速开始

请确保已安装 Claude 桌面,并且有一个运行的 Elasticsearch 实例,同时需对 .env 文件进行适当配置。

运行以下命令:

make add-claude-config
make run

📦 安装指南

运行以下命令完成配置与启动:

make add-claude-config
make run
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client