uuid for Zed
io.github.ryudi84/uuid
MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs.
client:Zed
transport:stdio
runtime:npm
Install uuid in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"uuid": {
"command": "npx",
"args": [
"-y",
"uuid-forge-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs