Skip to content
Cursor

snapstack server for Cursor

io.github.bgaze/snapstack-server

Local always-on server for SnapStack: browser capture intake + MCP over 127.0.0.1.

client:Cursor transport:stdio runtime:npm

Install snapstack server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "snapstack-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "snapstack-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

snapstack server in other clients