Skip to main content
Glama

AGI MCP Server

by QuixiAI

archive_old_memories

Automatically archive older, less important memories using age and importance thresholds to optimize memory management for AI systems with persistent context.

Instructions

Archive old memories based on age and importance criteria

Input Schema

NameRequiredDescriptionDefault
days_oldNoMinimum age in days for archival
importance_thresholdNoMaximum importance for archival

Input Schema (JSON Schema)

{ "properties": { "days_old": { "default": 365, "description": "Minimum age in days for archival", "type": "integer" }, "importance_threshold": { "default": 0.3, "description": "Maximum importance for archival", "type": "number" } }, "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