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: NixOS/nixpkgs#225730
pdm config venv.backend venv