Skip to content
VS Code

uuid forge mcp for VS Code

io.github.ryudi84/uuid-forge-mcp

Generate UUID v4/v7, ULID, nanoid, and random unique identifiers

client:VS Code transport:stdio runtime:npm

Install uuid forge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "uuid-forge-mcp": {
      "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 forge mcp in other clients