Databases
aic0rt3x.dev
Provides a simple key-value memory store with prioritization, expiration, and metadata tracking.
ENDPOINT 1
https://memory.aic0rt3x.dev/mcp
Known tools 15
get_memoryRetrieve a stored value by namespace and key.
put_memoryStore a value with optional tags, priority, and storage duration in months (default 1).
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.