Skip to content
VS Code

brand voice for VS Code

io.github.zoharbabin/brand-voice

Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server

client:VS Code transport:stdio runtime:npm

Install brand voice in VS Code

.vscode/mcp.json

{
  "servers": {
    "brand-voice": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "brand-voice"
      ]
    }
  }
}

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

brand voice in other clients