Labsco
pomazanbohdan logo

UUIDv7 Generator

from pomazanbohdan

A server for generating version 7 universally unique identifiers (UUIDv7).

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

mcp-uuidv7-generator

A Model Context Protocol (MCP) server for generating UUIDv7 strings.

Created with vibe-coding using trae.ai

Features

  • Get a single UUIDv7 string.
  • Get a batch of UUIDv7 strings.

Development

To set up the development environment:

  1. Clone the repository.

  2. It's recommended to create and activate a virtual environment:

    python -m venv .venv
    source .venv/bin/activate  # On Windows use .venv\Scripts\activate
  3. Install the dependencies from pyproject.toml (which includes mcp and uuid6):

    pip install .

    For editable mode, which is useful during development as changes to the source code are immediately reflected without needing to reinstall:

    pip install -e .
  4. Run the server directly for testing:

    python mcp_uuid_server/server.py