document-rag
v0.3.0Document Intelligence & Hybrid Retrieval MCP: multi-format extraction, structural validation, DuckDB SQL queries, and Qdrant semantic search.
By nongtiensonproLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/nongtiensonpro/document-rag-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── mcp.json
MCP servers1
- command
- uv
- args
- run --project ${PLUGIN_ROOT} document-rag-mcp
- env.RAG_DOCUMENT_ROOT
- ${PLUGIN_ROOT}/documents
- env.DUCKDB_PATH
- ${PLUGIN_ROOT}/data/tables.duckdb
- env.RAG_RULES_DIR
- ${PLUGIN_ROOT}/rules
- env.RAG_RERANKER_MODEL
- BAAI/bge-reranker-v2-m3
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "document-rag",
"version": "0.3.0",
"description": "Document Intelligence & Hybrid Retrieval MCP: multi-format extraction, structural validation, DuckDB SQL queries, and Qdrant semantic search.",
"author": {
"name": "nongtiensonpro"
},
"license": "MIT",
"keywords": [
"rag",
"mcp",
"document-intelligence",
"duckdb",
"qdrant",
"hybrid-search",
"reranker",
"hermes-plugin"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[document-rag on Agent Plugins Marketplace](https://pluginsmp.com/plugins/document-rag)