Skip to content
VS Code

uuid for VS Code

io.github.ryudi84/uuid

MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs.

client:VS Code transport:stdio runtime:npm

Install uuid in VS Code

.vscode/mcp.json

{
  "servers": {
    "uuid": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "uuid-forge-mcp"
      ]
    }
  }
}

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

uuid in other clients