PageMap for Cursor
io.github.retio-ai/pagemap
Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy
client:Cursor
transport:stdio
runtime:pypi
Install PageMap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pagemap": {
"type": "stdio",
"command": "uvx",
"args": [
"retio-pagemap"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs