AvinashBolleddula/mcp-document-intelligence
A protocol-driven RAG system that decouples LLM reasoning from tool execution using MCP, enabling scalable document intelligence with ChromaDB and OpenAI. Implements an MCP client–server architecture with explicit message orchestration, structured tool execution, and stateful multi-turn memory for document-grounded LLM applications
Platform-specific configuration:
{
"mcpServers": {
"mcp-document-intelligence": {
"command": "npx",
"args": [
"-y",
"mcp-document-intelligence"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...