MCP Server
MCP
io.github.anishmoncivarghese/docsift
Convert a document once, then get back only the passages that answer a question.
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
By
Comments
Sign in to leave a comment