A Docker-like name generator MCP server
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-mong-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# mong-mcp-server A Model Context Protocol (MCP) server implementation that provides a [moby](https://github.com/moby/moby)-like random name generator ("[mong](https://github.com/toshihikoyanase/mong/)") for use with tools like Claude Desktop and VS Code Copilot Agent. ## Features - Exposes a moby-like random name generator through the MCP interface - Easy setup and configuration ## Configuration for Claude Desktop Add this server under the `mcpServers` key of Claude Desktop configuration. See the [official document of the Model Context Protocol](https://modelcontextprotocol.io/quickstart/user) for details. ```json { "mcpServers": { "mong": { "command": "uvx", "args": [ "--from", "git+https://github.com/toshihikoyanase/mong-mcp-server", "mong-mcp" ] } } } ``` or ```json { "mcpServers": { "mong": { "command": "uv", "args": [ "--directory", "/path/to/repository", "run", "python", "-m", "mong_mcp_server" ] } } } ``` ## Configuration for VS Code Copilot Agent Add this server under the `servers` key in your MCP configuration for VS Code. For example, to enable the MCP server in your workspace, create a `.vscode/mcp.json` file as follows: ```json { "servers": { "mong": { "type": "stdio", "command": "uvx", "args": [ "--from", "git+https://github.com/toshihikoyanase/mong-mcp-server", "mong-mcp" ] } } } ``` ## Install locally 1. **Clone the repository:** ```sh git clone https://github.com/toshihikoyanase/mong-mcp-server.git cd mong-mcp-server ``` 2. **Start the server:** ```sh uv run python -m mong_mcp_server ``` ## Running Tests Run the unit tests to verify the server functionali…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.