PageIndex MCP for Zed
io.github.vectifyai/pageindex-mcp
Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.
client:Zed
transport:stdio
runtime:npm
Install PageIndex MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pageindex-mcp": {
"command": "npx",
"args": [
"-y",
"@pageindex/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs