UUID生成器
STDIOPython的UUID生成和管理服务器
Python的UUID生成和管理服务器
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