mong-mcp-server
A Model Context Protocol (MCP) server implementation that provides a moby-like random name generator ("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
Related MCP server: Simple MCP Server
Configuration for Claude Desktop
Add this server under the mcpServers key of Claude Desktop configuration.
See the official document of the Model Context Protocol for details.
or
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:
Install locally
Clone the repository:
git clone https://github.com/toshihikoyanase/mong-mcp-server.git cd mong-mcp-serverStart the server:
uv run python -m mong_mcp_server
Running Tests
Run the unit tests to verify the server functionality:
License
This project is licensed under the MIT License. See the LICENSE file for details.