Names an assistant invents on its own cluster around whatever it just read; a real generator does not. That matters when the names end up as identifiers you will grep for later. The install is a single `uvx` line straight from git, so there is nothing to publish or maintain on your side.
A wrapper around mong, a moby-like random name generator, exposed over MCP. It gives an assistant a source of throwaway names — for containers, branches, test fixtures, sample records — without inventing them itself.
- A moby-like random name generator reachable as a tool, in the same style Docker uses for unnamed containers
- Works in Claude Desktop and in VS Code Copilot Agent, which reads the same stdio server under its own `servers` key
The Python package mong-mcp-server, version 0.1.0, whose entry point is `mong-mcp`. Run it straight from the repository with `uvx --from git+https://github.com/toshihikoyanase/mong-mcp-server mong-mcp`, or clone and run `uv run python -m mong_mcp_server`. No account, no key, no network access.
