AI & ML
Trust: 39/100 (Limited)io.github.VectifyAI/pageindex-mcp Guide
Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.
254 starsby VectifyAI
Quick Start
Install
npx pageindex-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-vectifyai-pageindex-mcp": {
"command": "npx",
"args": [
"pageindex-mcp"
]
}
}
}