Skip to main content

A Docker-like name generator MCP server

Project description

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.

{
   "mcpServers": {
      "mong": {
         "command": "uvx",
         "args": [
            "--from",
            "git+https://github.com/toshihikoyanase/mong-mcp-server",
            "mong-mcp"
         ]
      }
   }
}

or

{
    "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:

{
    "servers": {
        "mong": {
            "type": "stdio",
            "command": "uvx",
            "args": [
                "--from",
                "git+https://github.com/toshihikoyanase/mong-mcp-server",
                "mong-mcp"
            ]
        }
    }
}

Install locally

  1. Clone the repository:

    git clone https://github.com/toshihikoyanase/mong-mcp-server.git
    cd mong-mcp-server
    
  2. Start the server:

    uv run python -m mong_mcp_server
    

Running Tests

Run the unit tests to verify the server functionality:

uv run python -m unittest discover tests/

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iflow_mcp_mong_mcp_server-0.1.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iflow_mcp_mong_mcp_server-0.1.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file iflow_mcp_mong_mcp_server-0.1.0.tar.gz.

File metadata

File hashes

Hashes for iflow_mcp_mong_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c03f192be4121b03e7bf636ea1c851f57e8d9499dad119270f9d0294c7ef2795
MD5 e80ee4675acedadca47f941b6549c4f0
BLAKE2b-256 70fb20ea8f30b26b06ea2f1dbc17fd49686228e29f93b9f8efd90ff56416526d

See more details on using hashes here.

File details

Details for the file iflow_mcp_mong_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for iflow_mcp_mong_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4254ba4505a34672c929fed678d467a2eec88922e582800f4d205445fa4f83a0
MD5 34099c37ba34583cf21fdc150d5fc188
BLAKE2b-256 1926c7023e3ed337126491ad78d0dca8bd7eb98f13158a159de037ed647f67f3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page