Skip to main content
Glama

Mode Manager MCP

configure_memory_optimization

Adjust memory optimization settings on Mode Manager MCP to enable auto-optimization based on file size, entry count, or time thresholds for improved performance.

Instructions

Configure memory optimization settings for auto-optimization behavior.

Input Schema

NameRequiredDescriptionDefault
auto_optimizeNo
entry_thresholdNo
memory_fileNo
size_thresholdNo
time_threshold_daysNo

Input Schema (JSON Schema)

{ "properties": { "auto_optimize": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Auto Optimize" }, "entry_threshold": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Entry Threshold" }, "memory_file": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Memory File" }, "size_threshold": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Size Threshold" }, "time_threshold_days": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Time Threshold Days" } }, "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/NiclasOlofsson/mode-manager-mcp'

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