MCP Server
MCP
PageIndex MCP
Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.
Install
npx -y @pageindex/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@pageindex/mcp",
"version": "1.8.2",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/VectifyAI/pageindex-mcp/releases/download/v1.8.2/pageindex-mcp-1.8.2.mcpb",
"version": "1.8.2",
"fileSha256": "972705b6991a5291112db368fafccf2ce89926a8a0318601cba89bff4adc5de2",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
npm
mcpb
By
Comments
Sign in to leave a comment