Skip to main content
Glama

AGI MCP Server

create_memory_cluster

Create a new memory cluster on AGI MCP Server to organize and structure AI system memories by type, name, description, and keywords, enabling enhanced continuity of consciousness.

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/cognitivecomputations/agi-mcp-server'

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