← Back to Plugins
MCP Server MCP

io.github.anishmoncivarghese/docsift

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx docsift

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "docsift",
      "version": "0.5.7",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "--from",
          "type": "positional",
          "valueHint": "--from"
        },
        {
          "value": "docsift[mcp,docling,markitdown]",
          "type": "positional",
          "valueHint": "docsift[mcp,docling,markitdown]"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...