Skip to content
VS Code

Recalld for VS Code

io.github.bit-robotics/recalld

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

client:VS Code transport:streamable-http

Install Recalld in VS Code

.vscode/mcp.json

{
  "servers": {
    "recalld": {
      "type": "http",
      "url": "https://{region}.recalld.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Recalld in other clients