chat-recall
Rank #2,495io.github.munhq/chat-recall
One searchable memory across Claude Code, Gemini, Codex, OpenCode, Antigravity and Cursor sessions.
chat-recall is a Model Context Protocol (MCP) server published by munhq. It ranks #2,495 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. chat-recall is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Aug 20, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 112,965 of 115,460 servers on MCP Toplist.
Use chat-recall
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http chat-recall https://chatrecall.dev/mcpclaude mcp add chat-recall -e "CHAT_RECALL_SERVER=<your CHAT_RECALL_SERVER>" -e "CHAT_RECALL_MCP_PROFILE=<your CHAT_RECALL_MCP_PROFILE>" -- npx -y chat-recallReplace each placeholder with your own value before saving.
[mcp_servers.chat-recall]
url = "https://chatrecall.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.chat-recall]
command = "npx"
args = ["-y", "chat-recall"]
[mcp_servers.chat-recall.env]
CHAT_RECALL_SERVER = "<your CHAT_RECALL_SERVER>"
CHAT_RECALL_MCP_PROFILE = "<your CHAT_RECALL_MCP_PROFILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://chatrecall.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"chat-recall": {
"command": "npx",
"args": [
"-y",
"chat-recall"
],
"env": {
"CHAT_RECALL_SERVER": "<your CHAT_RECALL_SERVER>",
"CHAT_RECALL_MCP_PROFILE": "<your CHAT_RECALL_MCP_PROFILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chat-recall": {
"url": "https://chatrecall.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"chat-recall": {
"command": "npx",
"args": [
"-y",
"chat-recall"
],
"env": {
"CHAT_RECALL_SERVER": "<your CHAT_RECALL_SERVER>",
"CHAT_RECALL_MCP_PROFILE": "<your CHAT_RECALL_MCP_PROFILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"chat-recall": {
"type": "http",
"url": "https://chatrecall.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"chat-recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chat-recall"
],
"env": {
"CHAT_RECALL_SERVER": "<your CHAT_RECALL_SERVER>",
"CHAT_RECALL_MCP_PROFILE": "<your CHAT_RECALL_MCP_PROFILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chat-recall": {
"serverUrl": "https://chatrecall.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chat-recall": {
"command": "npx",
"args": [
"-y",
"chat-recall"
],
"env": {
"CHAT_RECALL_SERVER": "<your CHAT_RECALL_SERVER>",
"CHAT_RECALL_MCP_PROFILE": "<your CHAT_RECALL_MCP_PROFILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chat-recall": {
"url": "https://chatrecall.dev/mcp"
}
}
}{
"mcpServers": {
"chat-recall": {
"command": "npx",
"args": [
"-y",
"chat-recall"
],
"env": {
"CHAT_RECALL_SERVER": "<your CHAT_RECALL_SERVER>",
"CHAT_RECALL_MCP_PROFILE": "<your CHAT_RECALL_MCP_PROFILE>"
}
}
}
}Replace each placeholder with your own value before saving.
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.munhq%2Fchat-recall)<a href="https://mcptoplist.com/server/io.github.munhq%2Fchat-recall"><img src="https://mcptoplist.com/badge/io.github.munhq%2Fchat-recall.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
munhq
Other servers by munhq
View all munhq servers →Available versions (9)
| Version | Published |
|---|---|
| 0.5.30 | Aug 31, 2026 |
| 0.5.29 | Aug 30, 2026 |
| 0.5.28 | Aug 29, 2026 |
| 0.5.21 | Aug 27, 2026 |
| 0.5.20 | Aug 27, 2026 |
| 0.5.17 | Aug 26, 2026 |
| 0.5.15 | Aug 25, 2026 |
| 0.5.6 | Aug 22, 2026 |
| 0.5.4 | Aug 21, 2026 |
Frequently asked questions
- Who maintains chat-recall?
- chat-recall is maintained by munhq, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is chat-recall listed on the Official MCP Registry?
- Yes — chat-recall is listed on the Official MCP Registry, alongside Glama.
- How many versions does chat-recall have?
- MCP Toplist tracks 9 versions of chat-recall, most recently published on Aug 31, 2026.
- Where can I find the source code for chat-recall?
- The source code for chat-recall is hosted at github.com/munhq/chat-recall.