MemoryMesh

search_nodes

Find nodes in a knowledge graph by matching names, types, or metadata content with a user-defined query using the MemoryMesh MCP server.

Instructions

Search for nodes in the knowledge graph based on a query

Input Schema

NameRequiredDescriptionDefault
queryYesThe search query to match against node names, types, and metadata content

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The search query to match against node names, types, and metadata content", "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: kf6n6221pd