docsift for VS Code
io.github.anishmoncivarghese/docsift
Convert a document once, then get back only the passages that answer a question.
client:VS Code
transport:stdio
runtime:pypi
Install docsift in VS Code
.vscode/mcp.json
{
"servers": {
"docsift": {
"type": "stdio",
"command": "uvx",
"args": [
"docsift"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs