Skip to main content
Glama

memento-mcp

get_entity_embedding

Retrieve vector embeddings for specific entities within the Memento MCP knowledge graph, enabling semantic search and relation analysis.

Instructions

Get the vector embedding for a specific entity from your Memento MCP knowledge graph memory

Input Schema

NameRequiredDescriptionDefault
entity_nameYesThe name of the entity to get the embedding for

Input Schema (JSON Schema)

{ "properties": { "entity_name": { "description": "The name of the entity to get the embedding for", "type": "string" } }, "required": [ "entity_name" ], "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/gannonh/memento-mcp'

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