Skip to main content
Glama

AGI MCP Server

search_memories_text

Search and retrieve relevant stored memories by text query, enabling AI systems to access and utilize past context for improved conversation continuity and decision-making.

Instructions

Search memories by text content using full-text search

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results
queryYesText query to search for

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of results", "type": "integer" }, "query": { "description": "Text query to search for", "type": "string" } }, "required": [ "query" ], "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