docsift for Cursor
io.github.anishmoncivarghese/docsift
Convert a document once, then get back only the passages that answer a question.
client:Cursor
transport:stdio
runtime:pypi
Install docsift in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docsift": {
"type": "stdio",
"command": "uvx",
"args": [
"docsift"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs