filesift for VS Code
io.github.roshunsunder/filesift
Local file search for AI agents — semantic + keyword indexing over your codebase.
client:VS Code
transport:stdio
runtime:pypi
Install filesift in VS Code
.vscode/mcp.json
{
"servers": {
"filesift": {
"type": "stdio",
"command": "uvx",
"args": [
"filesift"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs