Skip to main content
Glama

AGI MCP Server

find_related_memories

Discover interconnected memories in the AGI MCP Server by starting from a specific memory and traversing relationships. Specify depth and strength thresholds to uncover relevant connections.

Instructions

Find memories related through graph traversal

Input Schema

NameRequiredDescriptionDefault
max_depthNoMaximum depth to traverse
memory_idYesUUID of the starting memory
min_strengthNoMinimum relationship strength

Input Schema (JSON Schema)

{ "properties": { "max_depth": { "default": 2, "description": "Maximum depth to traverse", "type": "integer" }, "memory_id": { "description": "UUID of the starting memory", "type": "string" }, "min_strength": { "default": 0.3, "description": "Minimum relationship strength", "type": "number" } }, "required": [ "memory_id" ], "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/cognitivecomputations/agi-mcp-server'

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