pageindex-mcp

VectifyAI/pageindex-mcp
★ 261 stars TypeScript 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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