Skip to content
VS Code

claude find for VS Code

io.github.cavinooo/claude-find

Pull Deep Memory from across your Claude Code Sessions — when you need it.

client:VS Code transport:stdio runtime:npm

Install claude find in VS Code

.vscode/mcp.json

{
  "servers": {
    "claude-find": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-find"
      ]
    }
  }
}

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

claude find in other clients