Skip to main content
Glama

AGI MCP Server

by QuixiAI

search_memories_similarity

Find related memories by comparing embedding vector similarities on the AGI MCP Server, enabling AI systems to retrieve relevant past experiences based on a defined threshold and limit.

Instructions

Search memories by vector similarity

Input Schema

NameRequiredDescriptionDefault
embeddingYesQuery embedding vector
limitNoMaximum number of results
thresholdNoMinimum similarity threshold

Input Schema (JSON Schema)

{ "properties": { "embedding": { "description": "Query embedding vector", "items": { "type": "number" }, "type": "array" }, "limit": { "default": 10, "description": "Maximum number of results", "type": "integer" }, "threshold": { "default": 0.7, "description": "Minimum similarity threshold", "type": "number" } }, "required": [ "embedding" ], "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/QuixiAI/agi-mcp-server'

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