A moby-like random name generator for use with tools like Claude Desktop and VS Code Copilot Agent.
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.
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"
]
}
}
}
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"
]
}
}
}
Clone the repository:
git clone https://github.com/toshihikoyanase/mong-mcp-server.git
cd mong-mcp-server
Start the server:
uv run python -m mong_mcp_server
Run the unit tests to verify the server functionality:
uv run python -m unittest discover tests/
This project is licensed under the MIT License. See the LICENSE file for details.
A WordPress plugin that transforms a WordPress site into an MCP server, allowing direct access to its content.
Provides remote machine control capabilities, eliminating SSH overhead for token-efficient system operations.
An MCP server that integrates Gemini 2.5 Pro and OpenAI models for software development tasks, allowing the use of your entire codebase as context.
Automate web testing and tasks by connecting Claude Desktop with Playwright.
A local MCP server for developers that mirrors your in-development MCP server, allowing seamless restarts and tool updates so you can build, test, and iterate on your MCP server within the same AI session without interruption.
Transforms linear AI reasoning into structured, auditable thought graphs, enabling language models to externalize their reasoning process as a directed acyclic graph (DAG).
Access DevRev's APIs to manage work items, parts, search, and user information.
Automate Android devices using the uiautomator2 library, requiring adb and a connected device.
Interact with Juspay APIs for payment processing and merchant dashboard management.
Set up and interact with your unstructured data processing workflows in Unstructured Platform