Skip to main content
Glama

AGI MCP Server

activate_cluster

Activate a memory cluster in the AI system to retrieve associated memories, enabling contextual continuity across conversations with specified cluster UUID and optional context.

Instructions

Activate a memory cluster and get its associated memories

Input Schema

NameRequiredDescriptionDefault
cluster_idYesUUID of the cluster to activate
contextNoContext description for this activation

Input Schema (JSON Schema)

{ "properties": { "cluster_id": { "description": "UUID of the cluster to activate", "type": "string" }, "context": { "default": null, "description": "Context description for this activation", "type": "string" } }, "required": [ "cluster_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