Skip to content
VS Code

Recall for VS Code

io.github.mcp-dir/recall-mcp

Recall (recall.it) — your AI knowledge base / 'second brain'. Via the official API: semantic search

client:VS Code transport:streamable-http tools:10

Install Recall in VS Code

.vscode/mcp.json

{
  "servers": {
    "recall-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_recall"
    }
  }
}

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

What VS Code can do once it is connected

Recall in other clients