Skip to content
Cursor

Phonebook for Cursor

io.github.stag-build/phonebook

Self-hosted gallery of your SwiftUI #Preview and Jetpack Compose @Preview screens.

client:Cursor transport:stdio runtime:npm

Install Phonebook in Cursor

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

{
  "mcpServers": {
    "phonebook": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stag-build/phonebook"
      ]
    }
  }
}

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

Phonebook in other clients