ThinkMem

28 tools. 19 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

19 can modify or destroy data
9 read-only
28 tools total

Community server · catalogue entry verified 12/06/2026

How to control ThinkMem ↓

What ThinkMem exposes to your agents

Read (9) Write / Execute (14) Destructive / Financial (5)
Critical Risk

The most dangerous ThinkMem tools

19 of ThinkMem's 28 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control ThinkMem

PolicyLayer is an MCP gateway — it sits between your AI agents and ThinkMem, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "clearList": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "appendListElement": {
    "limits": [
      {
        "counter": "appendlistelement_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "getListElement": {
    "limits": [
      {
        "counter": "getlistelement_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register ThinkMem — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON THINKMEM →

Free to start. No card required.

All 28 ThinkMem tools

WRITE 14 tools
Write appendListElement 在ListMemory的末尾添加新元素。适用于所有角色模式的ListMemory,但仅建议在array模式下使用。 Write addGraphMemory 创建一个新的GraphMemory存储块,用于表示图结构数据。支持tree(树结构)和graph(图结构)两种模式,适用于知识图谱、关系网络等场景。 Write addListMemory 创建一个新的ListMemory存储块,作为有序集合使用。支持array(数组)、deque(双端队列)、stack(栈)三种角色模式。 Write addRawMemory 创建一个新的RawMemory存储块,用于存储无结构的原始文本数据。支持后续的文本编辑、摘要管理和智能搜索功能。 Write desummarizeRawLines 删除RawMemory指定行范围的摘要,不影响原始文本内容。 Write insertListElement 在ListMemory的指定位置插入新元素,用于精确控制元素顺序。 Write insertRawLines 在RawMemory指定行位置插入新文本内容,原位置行及后续行会自动后移。 Write popDequeElement 从双端队列模式ListMemory的前端或后端弹出元素,遵循先进先出或后进先出原则。 Write popStackElement 从栈模式ListMemory的顶部弹出元素,遵循后进先出原则。 Write pushDequeElement 在双端队列模式ListMemory的前端或后端添加元素。 Write pushStackElement 在栈模式ListMemory的顶部添加新元素,遵循后进先出原则。 Write replaceRawLines 替换RawMemory中指定行范围的文本内容,支持模式匹配定位。 Write summarizeRawLines 为RawMemory的指定行范围添加摘要文本。摘要用于对大段文本进行概括性描述,便于快速理解和检索。粒度可以较细。此过程应该由工具调用方自觉主动完成。 Write writeRaw 向RawMemory写入文本内容,支持覆盖模式或追加模式。

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about ThinkMem

Can an AI agent delete data through the ThinkMem MCP server? +

Yes. The ThinkMem server exposes 5 destructive tools including clearList, deleteListElement, deleteListElementByName. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through ThinkMem? +

The ThinkMem server has 14 write tools including appendListElement, addGraphMemory, addListMemory. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach ThinkMem.

How many tools does the ThinkMem MCP server expose? +

28 tools across 3 categories: Destructive, Read, Write. 9 are read-only. 19 can modify, create, or delete data.

How do I enforce a policy on ThinkMem? +

Register the ThinkMem MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every ThinkMem tool call.

Deterministic rules across all 28 ThinkMem tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

28 ThinkMem tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.