Claude Recall Plugin
Rank #25,621com.clauderecall/recall
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
Claude Recall Plugin is a Model Context Protocol (MCP) server published by clauderecallhq. It ranks #25,621 of 115,591 servers tracked on MCP Toplist. Claude Recall Plugin is listed on Official MCP, with 11 tracked versions. It was first listed on May 6, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 89,970 of 115,591 servers on MCP Toplist.
Use Claude Recall Plugin
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add recall -- npx -y @clauderecallhq/cli[mcp_servers.recall]
command = "npx"
args = ["-y", "@clauderecallhq/cli"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"recall": {
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"recall": {
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"recall": {
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"recall": {
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.clauderecall%2Frecall)<a href="https://mcptoplist.com/server/com.clauderecall%2Frecall"><img src="https://mcptoplist.com/badge/com.clauderecall%2Frecall.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
clauderecallhq
Other servers by clauderecallhq
View all clauderecallhq servers →Available versions (11)
| Version | Published |
|---|---|
| 0.128.1 | Aug 27, 2026 |
| 0.123.7 | Aug 24, 2026 |
| 0.95.15 | Jun 27, 2026 |
| 0.77.1 | May 16, 2026 |
| 0.76.3 | May 14, 2026 |
| 0.76.1 | May 12, 2026 |
| 0.75.1 | May 12, 2026 |
| 0.75.0 | May 12, 2026 |
| 0.71.2 | May 10, 2026 |
| 0.61.5 | May 6, 2026 |
| 0.61.4 | May 6, 2026 |
Frequently asked questions
- Who maintains Claude Recall Plugin?
- Claude Recall Plugin is maintained by clauderecallhq, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Claude Recall Plugin listed on the Official MCP Registry?
- Yes — Claude Recall Plugin is listed on the Official MCP Registry.
- How many versions does Claude Recall Plugin have?
- MCP Toplist tracks 11 versions of Claude Recall Plugin, most recently published on Aug 27, 2026.
- Where can I find the source code for Claude Recall Plugin?
- The source code for Claude Recall Plugin is hosted at gitlab.com/clauderecallhq/claude-recall-plugin.