UUID Generator
Integrates with
UUID
python-mcp-uuid
Usage
Install
pdm install
ln -s $(pdm run which mcp-uuid) ~/.local/bin/
If you haven't configure $PATH
to ~/.local/bin/
, you should add your bashrc.
PATH="$HOME/.local/bin:$PATH"
Configure MCP client
Add below config for claude_desktop_config.json
.
{
"mcpServers": {
"uuid": {
"command": "mcp-uuid"
}
}
}
Development
Run (develop)
pdm run mcp-uuid
NixOS tips
pdm fails missing virtualenv
pdm
uses virtualenv
to create virtual env but Python which installed by NixOS don't have it, pdm fails.
ref: https://github.com/NixOS/nixpkgs/issues/225730
pdm config venv.backend venv