Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

open_nodes

Retrieve detailed information about specific entities and their relationships within the Elasticsearch Knowledge Graph, enabling structured querying and analysis for AI models.

Instructions

Get details about specific entities in knowledge graph (memory) and their relations

Input Schema

NameRequiredDescriptionDefault
memory_zoneYesOptional memory zone to retrieve entities from. If not specified, uses the default zone.
namesYesNames of entities to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "memory_zone": { "description": "Optional memory zone to retrieve entities from. If not specified, uses the default zone.", "type": "string" }, "names": { "description": "Names of entities to retrieve", "items": { "type": "string" }, "type": "array" } }, "required": [ "names", "memory_zone" ], "type": "object" }

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/j3k0/mcp-brain-tools'

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