1. Conduid
  2. AI
  3. Pageindex MCP
MCP server · AI

Pageindex MCP

MCP server for PageIndex. PageIndex is a vectorless reasoning-based RAG system which uses multi-step reasoning and tree search to retrieve information like a human expert would.

Unclaimed MIT last commit 6 months ago ai
77Good

Scored 3 hours ago · breakdown

About Pageindex MCP

Pageindex MCP is an MCP server published by VectifyAI in the AI category: mCP server for PageIndex. PageIndex is a vectorless reasoning-based RAG system which uses multi-step reasoning and tree search to retrieve information like a human expert would. It has been installed 0 times through Conduid.

The repository has 240 stars and 27 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx pageindex-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Pageindex MCP

Powered by Claude · Grounded in docs

I know everything about Pageindex MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.8.2v1.8.2 · 25 Jul 2026[1.8.2](https://github.com/VectifyAI/pageindex-mcp/compare/v1.8.1...v1.8.2) (2026-07-25) Bug Fixes config:** update default API URL to app.pageindex.ai…
v1.8.1v1.8.1 · 28 May 2026[1.8.1](https://github.com/VectifyAI/pageindex-mcp/compare/v1.8.0...v1.8.1) (2026-05-28) Bug Fixes package:** add repository, homepage and bugs fields…
v1.7.0v1.7.0 · 28 May 2026[1.7.0](https://github.com/VectifyAI/pageindex-mcp/compare/v1.6.3...v1.7.0) (2026-05-28) Features process-document:** forward folder_id to submit_document…
v1.6.3v1.6.3 · 30 Oct 2025[1.6.3](https://github.com/VectifyAI/pageindex-mcp/compare/v1.6.2...v1.6.3) (2025-10-30) Bug Fixes update MCP server URL to chat.pageindex.ai…
v1.6.2v1.6.2 · 14 Oct 2025[1.6.2](https://github.com/VectifyAI/pageindex-mcp/compare/v1.6.1...v1.6.2) (2025-10-14) Bug Fixes update registry naming consistency ([51c2d84](https://github.com/VectifyAI/pageindex-mcp/commit/51c2d84a683ad1928dad11bb6162983566b99c02))

README

PageIndex MCP

If you find this repo useful, please also star our main PageIndex repo

PageIndex GitHub  PageIndex MCP Home  PageIndex Home

📘 PageIndex is a vectorless, reasoning-based RAG system that represents documents as hierarchical tree structures. It enables LLMs to navigate and retrieve information through structure and reasoning, not vector similarity — much like a human would retrieve information using a book's index.

🔌 PageIndex MCP exposes this LLM-native, in-context tree index directly to LLMs via MCP, allowing platforms like Claude, Cursor, and other MCP-compatible agents or LLMs to reason over document structure and retrieve the right information — without vector databases.

Want to chat with long PDFs but hit context limit reached errors? Add your file to PageIndex to seamlessly chat with long PDFs on any agent/LLM platforms.

✨ Chat to long PDFs the human-like, reasoning-based way

  • Support local and online PDFs
  • Free 1000 pages
  • Unlimited conversations

For more information, visit the PageIndex MCP page.

💡 Looking for a fully hosted experience? Try PageIndex Chat 🤖: a human-like document analyst that lets you chat with long PDFs using the same agentic, reasoning-based workflow as PageIndex MCP.

What is PageIndex?

PageIndex is a vectorless, reasoning-based RAG system that generates hierarchical tree structures of documents and uses multi-step reasoning and tree search to retrieve information like a human expert would. It has the following key properties:

  • Higher Accuracy: Relevance beyond similarity
  • Better Transparency: Clear reasoning trajectory with traceable search paths
  • Like A Human: Retrieve information like a human expert navigates documents
  • No Vector DB: No extra infrastructure overhead
  • No Chunking: Preserve full document context and structure
  • No Top-K: Retrieve all relevant passages automatically

PageIndex MCP Setup

For Developers

Connect PageIndex to your agent framework or AI SDK via MCP. Works with Claude Agent SDK, Vercel AI SDK, OpenAI Agents SDK, LangChain, and any MCP-compatible client. Simple API Key authentication — no OAuth flow required.

  1. Go to PageIndex Dashboard to create an API Key
  2. Copy the generated key
  3. Add to your MCP configuration:
{
  "mcpServers": {
    "pageindex": {
      "type": "http",
      "url": "https://api.pageindex.ai/mcp",
      "headers": {
        "Authorization": "Bearer your_api_key"
      }
    }
  }
}

For more details, visit the PageIndex API Dashboard.

For PageIndex Chat Users

If you already have a PageIndex Chat account, you can connect your MCP client directly via OAuth.

Claude Desktop — One-Click Install:

Download the .mcpb file from Releases and double-click to install. OAuth authentication is handled automatically.

Other MCP Clients:

{
  "mcpServers": {
    "pageindex": {
      "type": "http",
      "url": "https://chat.pageindex.ai/mcp"
    }
  }
}

Local MCP Server (with local PDF upload):

If you need to upload local PDF files, you can run the local MCP server (requires Node.js ≥18.0.0):

{
  "mcpServers": {
    "pageindex": {
      "command": "npx",
      "args": ["-y", "@pageindex/mcp"]
    }
  }
}

For more details, visit PageIndex Chat.

Related Links

PageIndex Home   PageIndex GitHub

License

This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Pageindex MCP

How do I install Pageindex MCP?

Run npx pageindex-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Pageindex MCP safe to use with an AI agent?

Its trust score is 77 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Pageindex MCP still maintained?

Yes — the latest release is v1.8.2 (25 Jul 2026), and the last commit was 6 months ago. The repository has 240 stars and 0 open issues.