MCP Server
MCP
chat-recall
One searchable memory across Claude Code, Gemini, Codex, OpenCode and Antigravity sessions.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "chat-recall",
"version": "0.5.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Server to sync to. Defaults to the hosted service at https://chatrecall.dev; set it to your own instance to self-host. Self-hosting is free for one person.",
"format": "string",
"name": "CHAT_RECALL_SERVER"
},
{
"description": "Which tools to register: \"lean\" (default, 25 tools — tool choice degrades as the list grows) or \"full\" (all 53 tools, plus recall_help — a directory of the rest). Every tool works when called by name either way.",
"format": "string",
"default": "lean",
"choices": [
"lean",
"full"
],
"name": "CHAT_RECALL_MCP_PROFILE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment