Skip to content
Zed

Recalld for Zed

io.github.bit-robotics/recalld

Managed long-term memory for AI agents, with evolving facts and relevant retrieval through MCP.

client:Zed transport:streamable-http

Install Recalld in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "recalld": {
      "url": "https://{region}.recalld.ai/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Recalld in other clients