Skip to content
VS Code

ContextPull for VS Code

io.github.mi2arun/contextpull

Exact document sections on demand for LLM agents: index in context, search, read, grep, neighbours.

client:VS Code transport:stdio runtime:pypi

Install ContextPull in VS Code

.vscode/mcp.json

{
  "servers": {
    "contextpull": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "contextpull"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ContextPull in other clients