TencentAgentMemoryBridge MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TencentAgentMemoryBridge MCP ServerRemember that I prefer dark mode."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
腾讯云 Agent Memory 记忆库
注意:本仓库仅用于演示,不包含任何实际代码。请参阅 LICENSE 了解详情。
目录
功能特性
特性列表
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项 [ ] 待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
待办事项
## 快速开始
┌───────────────┐ ┌───────────────────────────────┐
│ Claude Code / │──▶│ MemoryProxy(团队版,透明 LLM)│──▶ MemoryCore /v3/*
│ WorkBuddy │ │ URL /{agent}/{spaceId}/v1/* │
└───────────────┘ │ header 预选 x-team-id/x-agent-id │
┌───────────────┐ └───────────────────────────────┘
│ MCP-only 客户端 │──▶┌───────────────────────┐ │
│ (Claude Code, │ │ mcp-bridge (v3 重写) │────────▶ MemoryCore /v3/*
│ CodeBuddy, │ │ 配置 TEAM/AGENT/USER 三元组 │
│ DSH) │ └───────────────────────┘ │
└───────────────┘ ┌───────────────────────┐ │
┌───────────────┐ │ openclaw-plugin(官方) │────────▶ MemoryCore /v3/*
│ OpenClaw │──▶│ 静态配置 teamId/agentId│
└───────────────┘ └───────────────────────┘安装
// .claude/settings.local.json
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": ["-y", "tencent-agent-memory-mcp-bridge"],
"env": {
"MEMORY_ENDPOINT": "https://memory.kuai-private.top",
"API_KEY": "<gate-api-key>",
"SERVICE_ID": "default",
"TEAM_ID": "<team-id>",
"AGENT_ID": "<agent-id>",
"USER_ID": "<user-id>"
}
}
}
}用法
"hooks": {
"Stop": [{ "hooks": [{ "type": "command", "command": "node scripts/stop-memory-store.mjs", "timeout": 30 }] }]
}Related MCP server: engram
贡献
tencent-agent-memory-bridge/
├── packages/
│ ├── mcp-bridge/ # MCP Server → MemoryCore /v3/* 直连(v3 重写)
│ └── bridge-server/ # 已退役(旧 sender 代理层,仅保留历史参考)
├── scripts/
│ ├── stop-memory-store.mjs # Stop hook:响应结束后自动写 L0(Claude Code)
│ └── stop-memory-store-codebuddy.mjs # CodeBuddy Stop hook
├── examples/
│ ├── codebuddy/ # CodeBuddy MCP 安装/更新指南
│ ├── claude-code/ # Claude Code 配置指南
│ └── deepseek-harness/ # DeepSeek Harness cordis.patch.yml 模板
├── docs/
│ ├── team-edition-role-model.md # 团队版三角色模型(权威)
│ ├── mcp-bridge-v3.md # mcp-bridge v3 使用指南
│ ├── deepseek-harness-v3.md # DeepSeek Harness 接入指南
│ ├── openclaw-plugin-v3.md # OpenClaw 官方插件接入
│ └── design-overview.md # 旧架构设计(已过时,仅参考)
├── CLAUDE.md # 项目指令
└── package.json许可证
pnpm install
pnpm --filter mcp-bridge build
pnpm --filter mcp-bridge test致谢
GXP6
This server cannot be deployed
Maintenance
Related MCP Connectors
Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.
Persistent memory for AI agents across Claude, ChatGPT and any MCP client.
Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Related MCP Servers
- AlicenseAqualityDmaintenanceGives Claude Code, Claude Desktop, Cursor, VS Code Copilot, and other MCP-compatible tools persistent memory.1834 npm1MIT
- AlicenseNot gradedqualityDmaintenanceGives AI persistent personal memory with hybrid search, temporal decay, and knowledge graph. Works with Claude and any MCP client.73 npm8MIT
- FlicenseNot gradedqualityCmaintenanceExposes TencentDB Agent Memory as MCP tools for Kimi Code CLI, providing long-term memory across sessions with L0-L3 memory capabilities (raw storage, atomic facts, scene blocks, user persona).-
- AlicenseNot gradedqualityCmaintenanceProvides a shared memory bridge for AI agents (QClaw, Claude Code, Codex) allowing them to store, search, and retrieve notes, decisions, and conclusions via MCP tools, using local SQLite with optional TencentDB integration.MIT