snapsurf for Cursor
io.github.zumerlab/snapsurf
Web navigation and verification for AI agents: page digest, typed diff per action, assertions.
client:Cursor
transport:stdio
runtime:npm
Install snapsurf in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"snapsurf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zumer/snapsurf"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs