ContextPull for Cursor
io.github.mi2arun/contextpull
Exact document sections on demand for LLM agents: index in context, search, read, grep, neighbours.
client:Cursor
transport:stdio
runtime:pypi
Install ContextPull in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"contextpull": {
"type": "stdio",
"command": "uvx",
"args": [
"contextpull"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs