Recall
@RecallWorks
Recall について
Open-source MCP memory server for AI agents — persistent, searchable, tiered memory across sessions. Works over stdio (Cursor, Claude Desktop) or HTTP+SSE. MIT licensed (separate commercial license available).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"recall": {
"command": "uvx",
"args": [
"ai-recallworks",
"stdio"
]
}
}
}ツール
3store a note with source/session tags
semantic search across memories
health + stats
概要
What is Recall?
Recall is an open-source MCP memory server that provides persistent, searchable, tiered memory for AI agents across sessions. It is designed for developers building multi‑session AI workflows with the Model Context Protocol.
How to use Recall?
Install via pip install ai-recallworks or run directly with uvx ai-recallworks stdio. For Cursor or Claude Desktop, add the provided JSON configuration calling uvx ai-recallworks stdio under mcpServers. Once running, use the built‑in tools (e.g., remember, recall) to store and retrieve memories.
Key features of Recall
- Persistent memory stored across AI agent sessions
- Semantic search over stored memories with
recall - Session lifecycle management via
checkpointandreflect - Health monitoring and statistics with
pulse - Supports both stdio and HTTP+SSE transport modes
- MIT licensed with a separate commercial license available
Use cases of Recall
- Storing and retrieving agent notes across conversation sessions
- Enabling long‑term context retrieval for multi‑turn interactions
- Monitoring agent health and performance in production deployments
- Building remote, multi‑agent systems using HTTP+SSE mode
FAQ from Recall
How do I install Recall?
Use pip install ai-recallworks or run uvx ai-recallworks stdio directly (via uv).
What configuration is needed for Cursor or Claude Desktop?
Add a recall entry to the mcpServers object with command uvx and arguments ["ai-recallworks", "stdio"].
What tools does Recall provide?
It offers remember (store a note), recall (semantic search), checkpoint / reflect (session lifecycle), and pulse (health + stats).
Is there a remote deployment mode?
Yes, Recall supports HTTP+SSE mode for remote or multi‑agent setups.
What license does Recall use?
Recall is MIT licensed, with a separate commercial license available.
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント