Labsco
MCP SERVER

Mong MCP Server

by toshihikoyanase

Generate moby-style random names — two words, joined, ready to use as an identifier.

Developer Conversions, Encoding & Test Data
Summary
A generator, not the model's imagination.

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.

What it is

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.

What you get
  • 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
Requirements

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.