Skip to content
Windsurf

PageIndex MCP for Windsurf

io.github.vectifyai/pageindex-mcp

Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.

client:Windsurf transport:stdio runtime:npm

Install PageIndex MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

PageIndex MCP in other clients