filesift for Cursor
io.github.roshunsunder/filesift
Local file search for AI agents — semantic + keyword indexing over your codebase.
client:Cursor
transport:stdio
runtime:pypi
Install filesift in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"filesift": {
"type": "stdio",
"command": "uvx",
"args": [
"filesift"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs