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 a human expert would.
Platform-specific configuration:
{
"mcpServers": {
"pageindex-mcp": {
"command": "npx",
"args": [
"-y",
"pageindex-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...