Skip to main content
Glama

Elasticsearch 7.x MCP Server

by imlewc
pyproject.toml497 B
[project] name = "elasticsearch7-mcp-server" version = "1.0.0" description = "MCP Server for interacting with Elasticsearch 7.x" readme = "README.md" requires-python = ">=3.10" dependencies = [ "elasticsearch>=7.0.0,<8.0.0", "mcp>=1.0.0", "python-dotenv>=1.0.0", "fastmcp>=0.4.0", ] [project.license] file = "LICENSE" [project.scripts] elasticsearch7-mcp-server = "elasticsearch7_mcp_server:main" [build-system] requires = [ "hatchling", ] build-backend = "hatchling.build"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/imlewc/elasticsearch7-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server