agentmemo-mcp
Persistent memory and human approval for any AI agent. Give your AI agents the ability to remember across sessions and ask humans for approval before sensitive actions. Works with Claude, Cursor, OpenClaw, and any MCP-compatible client.
README
AgentMemo MCP Server
Persistent memory and human-in-the-loop approval for AI agents via Model Context Protocol (MCP)
AgentMemo is a Model Context Protocol (MCP) server that gives AI agents persistent memory across sessions and human approval capabilities before sensitive actions.
Features
- 🧠 Persistent Memory — Store and retrieve memories across conversations and sessions
- ✅ Human Approval Gateway — Agents can request approval from humans before critical actions
- 🔌 MCP-Native — Works with any MCP client (Claude Desktop, Cursor, Windsurf, OpenClaw)
- 🌐 Cloud API — Powered by AgentMemo API (https://agentmemo.net)
- 📦 Zero Setup — Just add your API key, no server to deploy
Installation
npm install agentmemo-mcp
Or install globally for MCP clients:
npm install -g agentmemo-mcp
Quick Start
1. Get Your API Key
Sign up for a free API key at agentmemo.net — no credit card required.
2. Configure Your MCP Client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"agentmemo": {
"command": "npx",
"args": ["agentmemo-mcp"],
"env": {
"AGENTMEMO_API_KEY": "your_api_key_here"
}
}
}
}
Cursor / Windsurf
Add to your settings:
{
"mcpServers": {
"agentmemo": {
"command": "npx",
"args": ["agentmemo-mcp"],
"env": {
"AGENTMEMO_API_KEY": "your_api_key_here"
}
}
}
}
OpenClaw
Already integrated! Set AGENTMEMO_API_KEY in your .env or OpenClaw config.
3. Use the Tools
Your agent now has access to these tools:
remember— Store a memory for later recallrecall— Search stored memories by queryforget— Delete a memory by IDlist_memories— List recent memories in a namespacerequest_approval— Ask a human to approve an actioncheck_approval— Check the status of an approval request
API Reference
Tool: remember
Store information for later recall.
{
"content": "User prefers dark mode and concise responses",
"namespace": "user-preferences"
}
Returns: Memory ID, creation timestamp
Tool: recall
Search across stored memories.
{
"query": "dark mode preferences",
"namespace": "user-preferences",
"limit": 5
}
Returns: List of matching memories with scores
Tool: request_approval
Request human approval before a sensitive action.
{
"action": "Delete all emails older than 1 year",
"context": "Freeing up 50GB of storage"
}
Returns: Approval request ID and status
Tool: check_approval
Poll the status of a pending approval.
{
"id": "approval_12345"
}
Returns: Status (pending/approved/rejected) and decision if available
Memory Namespaces
Organize memories by namespace to keep them separate:
user-preferences— User settings and preferencesproject-alpha— Project-specific contextmeeting-notes— Meeting transcripts and summariescustom/any-name— Any custom namespace
Development
Requirements
- Node.js 18+
- npm 9+
Setup
git clone https://github.com/andrewpetecoleman-cloud/agentmemo-mcp.git
cd agentmemo-mcp
npm install
Testing
npm test
Building
npm run build
How It Works
- Agent asks for memory — "Remember that the user prefers dark mode"
- MCP Server handles it — Calls AgentMemo API with your API key
- Memory is stored — Persisted in AgentMemo cloud (encrypted in transit)
- Agent recalls later — "What are the user's preferences?"
- Memory is retrieved — Searched from AgentMemo and returned to agent
For approvals, the agent pauses and waits for human decision before proceeding.
Architecture
Agent (Claude/GPT/etc)
↓
MCP Server (agentmemo-mcp)
↓
AgentMemo API (agentmemo.net)
↓
Memory Storage + Approval Gateway
Pricing
Free Tier:
- 10,000 memories
- 100 searches/day
- No credit card required
Paid Plans:
- Starter: $19/month
- Pro: $99/month
- Team: $499/month
See agentmemo.net for full pricing.
Security
- ✅ HTTPS encrypted in transit
- ✅ API key authentication
- ✅ Namespace isolation
- ✅ No data sharing with third parties
- ✅ User data never used for model training
Support
- 📖 Docs: agentmemo.net/docs
- 💬 Email: hello@agentmemo.net
- 🐛 Issues: GitHub Issues
License
MIT
Contributing
Contributions welcome! Please:
- Fork this repo
- Create a feature branch
- Submit a pull request
Related Projects
- AgentMemo API — Full product repo
- TypeScript SDK — Node.js/browser SDK
- Python SDK — Python integration
Built by Andy Coleman at AgentMemo
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。