TencentAgentMemoryBridge
Memory bridges for AI agents — wraps TencentDB Agent Memory into MCP Server and OpenClaw plugin for persistent 4-tier memory in Claude Code and OpenClaw.
Install
openclaw plugins install openclaw:tencent-agent-memory TencentAgentMemoryBridge gives OpenClaw agents persistent memory backed by TencentDB Agent Memory, a four-tier storage system: local in-process cache, session storage, long-term vector memory, and episodic event log. Together these tiers allow agents to remember facts from previous conversations and maintain a coherent identity over time.
The plugin ships dual interfaces: a standard OpenClaw plugin and an MCP server that Claude Code, CodeBuddy, and other MCP-compatible agents can connect to. Cross-agent memory sharing lets a team of specialised agents read from and write to a shared memory space.
Features
4-tier memory
Local, session, long-term, and episodic memory tiers from TencentDB.
MCP + plugin
Dual exposure as both MCP Server and OpenClaw plugin.
Cross-agent
Memory shared across Claude Code, OpenClaw, and CodeBuddy agents.
Common Use Cases
- Persistent memory across OpenClaw sessions
- Sharing memory between multiple AI agents
- Long-term project context retention