Clauderecall
Rank #54,273io.github.clauderecallhq/recall
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
Clauderecall is a Model Context Protocol (MCP) server published by clauderecallhq. It ranks #54,273 of 115,591 servers tracked on MCP Toplist. Clauderecall is listed on Official MCP, with 1 tracked version. It was first listed on Apr 27, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 61,318 of 115,591 servers on MCP Toplist.
Use Clauderecall
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/io.github.clauderecallhq%2Frecall)<a href="https://mcptoplist.com/server/io.github.clauderecallhq%2Frecall"><img src="https://mcptoplist.com/badge/io.github.clauderecallhq%2Frecall.svg" alt="MCP Toplist: Top 50% 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 (1)
| Version | Published |
|---|---|
| 0.12.0 | Apr 27, 2026 |
Frequently asked questions
- Who maintains Clauderecall?
- Clauderecall is maintained by clauderecallhq, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Clauderecall listed on the Official MCP Registry?
- Yes — Clauderecall is listed on the Official MCP Registry.
- How many versions does Clauderecall have?
- MCP Toplist tracks 1 version of Clauderecall, most recently published on Apr 27, 2026.
- Where can I find the source code for Clauderecall?
- The source code for Clauderecall is hosted at github.com/clauderecallhq/clauderecall.