Servers
Elasticsearch MCP 服务器
@macgaf
elasticsearch mcp server and client, supports es7 and es8, based on Model Context Protocol python sdk
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"es-mcp-server-macgaf": {
"command": "uvx",
"args": [
"es-mcp-server"
]
}
}
}