Skip to main content
Glama

octodet-elasticsearch-mcp

package.json1.16 kB
{ "name": "@octodet/elasticsearch-mcp", "version": "1.0.7", "description": "Octodet Elasticsearch Model Context Protocol server with advanced operations", "main": "./build/index.js", "type": "module", "bin": { "elasticsearch-mcp": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "dev": "tsc -w", "test": "echo \"No tests yet\" && exit 0" }, "keywords": [ "elasticsearch", "search", "mcp", "model-context-protocol", "octodet", "data-operations" ], "author": "Octodet", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Octodet/elasticsearch-mcp.git" }, "bugs": { "url": "https://github.com/Octodet/elasticsearch-mcp/issues" }, "homepage": "https://github.com/Octodet/elasticsearch-mcp#readme", "dependencies": { "@elastic/elasticsearch": "^8.10.0", "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.13", "typescript": "^5.8.2" }, "files": [ "build" ], "engines": { "node": ">=18" } }

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/Octodet/elasticsearch-mcp'

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