Skip to content
VS Code

Phonebook for VS Code

io.github.stag-build/phonebook

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

client:VS Code transport:stdio runtime:npm

Install Phonebook in VS Code

.vscode/mcp.json

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

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

Phonebook in other clients