UUID Generator
STDIOMCP server for UUID generation and management in Python.
MCP server for UUID generation and management in Python.
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"
Add below config for claude_desktop_config.json
.
{ "mcpServers": { "uuid": { "command": "mcp-uuid" } } }
pdm run mcp-uuid
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