Skip to content
VS Code

Recall for VS Code

io.github.imjakezimmer32/recall

Notes, files, GitHub, and Drive through one MCP connection.

client:VS Code transport:streamable-http

Install Recall in VS Code

.vscode/mcp.json

{
  "servers": {
    "recall": {
      "type": "http",
      "url": "https://recall.arraybud.app/api/mcp"
    }
  }
}

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

Recall in other clients