TencentAgentMemoryBridge MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceGives Claude Code, Claude Desktop, Cursor, VS Code Copilot, and other MCP-compatible tools persistent memory.18801MIT
- AlicenseNot gradedqualityDmaintenanceGives AI persistent personal memory with hybrid search, temporal decay, and knowledge graph. Works with Claude and any MCP client.1227MIT
- 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
Related MCP Connectors
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Shared long-term memory vault for AI agents with 20 MCP tools.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kuaizhongqiang/TencentAgentMemoryBridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server