VectifyAI/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...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 24 minutes ago
Added to GitGenius on January 31st, 2026
Created on August 25th, 2025
Open Issues & Pull Requests: 0 (+0)
Number of forks: 48
Total Stargazers: 380 (+0)
Total Subscribers: 0 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.1 days
Mean response time: 5.1 days
90th percentile: 5.1 days
Tracked items: 1

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PageIndex MCP is an MCP server that exposes a vectorless, reasoning-based retrieval system to language models and agents.

The tool addresses the problem of retrieving relevant information from long documents without relying on vector similarity search. Instead of chunking documents and computing embeddings, PageIndex represents documents as hierarchical tree structures and uses multi-step reasoning and tree search to navigate them, mimicking how a human expert would consult an index. This approach eliminates the need for vector databases while preserving full document context and structure.

Developers should choose this tool if they need to work with long PDFs or documents in agent frameworks and want to avoid vector database infrastructure. It suits projects where transparency in retrieval paths matters, since the reasoning-based approach provides traceable search trajectories. The tool integrates with MCP-compatible platforms including Claude, Cursor, and frameworks like Claude Agent SDK, Vercel AI SDK, OpenAI Agents SDK, and LangChain. Authentication uses simple API key management without OAuth complexity, though OAuth integration is available for users of the hosted PageIndex App.

The project maintains active development with regular updates to its core functionality and integrations. The tool receives ongoing refinement in its reasoning mechanisms and tree search algorithms. Documentation and setup instructions are kept current across multiple integration points. The project actively encourages adoption through clear examples and straightforward configuration guidance for different agent frameworks.