Skip to main content
Glama

AGI MCP Server

by QuixiAI

create_memory_cluster

Create a new memory cluster on AGI MCP Server to organize data by theme, emotion, temporal, person, pattern, or mixed types, enabling AI systems to maintain continuity and context across interactions.

Instructions

Create a new memory cluster

Input Schema

NameRequiredDescriptionDefault
cluster_typeYesType of cluster
descriptionNoDescription of the cluster
keywordsNoKeywords associated with this cluster
nameYesName of the cluster

Input Schema (JSON Schema)

{ "properties": { "cluster_type": { "description": "Type of cluster", "enum": [ "theme", "emotion", "temporal", "person", "pattern", "mixed" ], "type": "string" }, "description": { "description": "Description of the cluster", "type": "string" }, "keywords": { "default": [], "description": "Keywords associated with this cluster", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Name of the cluster", "type": "string" } }, "required": [ "name", "cluster_type" ], "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