MCP UUID Server

April 13, 2025 ยท View on GitHub

Usage

Write the following code to ~/Library/Application Support/Claude/claude_desktop_config.json.

{
  "mcpServers": {
    "uuid": {
      "command": "/nix/var/nix/profiles/default/bin/nix",
      "args": [
        "develop",
        "/absolute/path/to/this/project",
        "-c",
        "mcp",
        "run",
        "/absolute/path/to/this/project/server.py"
      ]
    }
  }
}