Skip to content
VS Code

PageMap for VS Code

io.github.retio-ai/pagemap

Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy

client:VS Code transport:stdio runtime:pypi

Install PageMap in VS Code

.vscode/mcp.json

{
  "servers": {
    "pagemap": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "retio-pagemap"
      ]
    }
  }
}

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

PageMap in other clients