DocPull for Cursor
io.github.raintree-technology/docpull
Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.
client:Cursor
transport:stdio
runtime:pypi
Install DocPull in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docpull": {
"type": "stdio",
"command": "uvx",
"args": [
"docpull"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs