Back to Home
VectifyAI icon

pageindex-mcp

Verified Safe

by VectifyAI

Overview

This MCP server acts as a bridge, enabling LLM-native, reasoning-based RAG on documents (local or online PDFs) for MCP-compatible agents like Claude and Cursor, without requiring a vector database locally.

Installation

Run Command
npx -y @pageindex/mcp

Environment Variables

  • PAGEINDEX_API_URL
  • DEBUG
  • CONNECTION_TIMEOUT

Security Notes

The server uses standard OAuth 2.1 for authentication, involving a temporary local HTTP server for callback and storing tokens with restrictive file permissions (0o600). It handles local and remote PDF uploads, performing validation (size, PDF magic bytes) to mitigate risks, and uploads files via signed URLs to a remote PageIndex API. No 'eval', code obfuscation, or hardcoded secrets were identified. The primary network risks are inherent in fetching external PDFs and relying on the security of the remote PageIndex API, though the local server includes validation steps.

Similar Servers

Stats

Interest Score62
Security Score8
Cost ClassLow
Avg Tokens100
Stars112
Forks7
Last Update2026-01-19

Tags

RAGLLM toolsPDF processingDocument analysisOAuth