Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'get_memory', 'name': 'get_memory', 'description': 'Retrieve a stored value by namespace and key.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'put_memory', 'name': 'put_memory', 'description': 'Store a value with optional tags, priority, and storage duration in months (default 1). value_json must be ≤ 1 MB. On overwrite, the existing expiry is scaled by the KB size ratio of old to new value.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'delete_memory', 'name': 'delete_memory', 'description': 'Delete a stored value.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_keys', 'name': 'list_keys', 'description': 'List keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id). Returns up to 1000 keys sorted by recency. Expired keys are automatically excluded.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'top_memories', 'name': 'top_memories', 'description': 'Return the top N highest-priority non-expired keys in a namespace, ordered by priority descending. Useful for loading the most important context when space is limited. Maximum n is 1000.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_namespaces', 'name': 'list_namespaces', 'description': 'List all namespaces for this account.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_by_tag', 'name': 'search_by_tag', 'description': 'Find (namespace, key) pairs with a given tag. Returns up to 1000 results.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_account', 'name': 'get_account', 'description': 'Get account status, credit balance, and available credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 138.6ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://memory.aic0rt3x.dev/mcp
JSON-RPC initialize probe
curl -X POST https://memory.aic0rt3x.dev/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://memory.aic0rt3x.dev/mcp
Listed at (chiark)
https://chiark.ai/agents/a0767123-e3e1-47bc-ba17-b6c22d9b7591