← Back to Plugins
MCP Server MCP

PageIndex MCP

github By github 👁 1 views ▲ 0 votes

Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...