Odel
docsift

docsift

Local
@anishmoncivarghese6PythonMITUpdated 3w ago

Convert a document once, then get back only the passages that answer a question.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdocsiftv0.5.7

Run

uvx docsift

MCP client config

{
  "mcpServers": {
    "docsift": {
      "command": "uvx",
      "args": [
        "docsift"
      ]
    }
  }
}