Skip to content
VS Code

Everything File Search for VS Code

io.github.elis132/everything-mcp

Lightning-fast Windows file search for AI agents via voidtools Everything's real-time NTFS index

client:VS Code transport:stdio runtime:pypi

Install Everything File Search in VS Code

.vscode/mcp.json

{
  "servers": {
    "everything-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "everything-mcp"
      ]
    }
  }
}

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

Everything File Search in other clients