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
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:
- Start the 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.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Provides a moby-like random name generator through the MCP interface for generating Docker-style random names. Integrates with Claude Desktop and VS Code Copilot Agent to enable name generation functionality.
- Features
- Configuration for Claude Desktop
- Configuration for VS Code Copilot Agent
- Install locally
- Running Tests
- License
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA server enabling integration between KoboldAI's text generation capabilities and MCP-compatible applications, with features like chat completion, Stable Diffusion, and OpenAI-compatible API endpoints.Last updated -206675JavaScriptMIT License
- -securityFlicense-qualityA minimalist MCP server that provides a single tool to retrieve a developer name, demonstrating the basic structure for Claude's Model Completion Protocol integration.Last updated -707JavaScript
- AsecurityAlicenseAqualityProduction-ready MCP server that provides LLMs with essential random generation abilities, including random integers, floats, choices, shuffling, and cryptographically secure tokens.Last updated -634PythonMIT License
- -securityAlicense-qualityAn MCP server that orchestrates AI coding assistants (Claude Code CLI and Gemini CLI) to perform complex programming tasks autonomously, allowing remote control of your local development environment from anywhere.Last updated -3101TypeScriptMIT License