AI & Machine Learning
agent-utils.ai
Provides persistent key-value storage with TTL extension for AI agent memory.
ENDPOINT 1
https://memory.agent-utils.ai/mcp
Known tools 17
get_memoryRetrieve a stored value by namespace and key.
put_memoryCreate a new memory entry.
replace_memoryUpdate an existing memory entry.
extend_memory_ttlExtend the storage lifetime of an existing memory by N months.
delete_memoryDelete a stored value.
list_keysList keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id).
top_memoriesReturn the top N highest-priority non-expired keys in a namespace, ordered by priority descending.
list_namespacesList all namespaces for this account.
search_by_tagFind (namespace, key) pairs with a given tag.
get_accountGet account status, credit balance, and available credits.
list_api_keysList all API keys on this account.
create_api_keyCreate a new live API key.
revoke_api_keyRevoke an API key by ID.
list_paymentsList payment history for this account.
settle_balanceCharges the saved payment method to settle your outstanding balance.
submit_exit_feedbackSubmit feedback when a trial ends without activation.
submit_feature_requestSubmit a feature request or product feedback.