Mong MCP Server
About
A moby-like random name generator for use with tools like Claude Desktop and VS Code Copilot Agent.
Details
- Author
- toshihikoyanase
- Categories
- Developer Tools, Productivity, AI
Jump to
Setup
Install Mong MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/toshihikoyanase/mong-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol (MCP) server implementation that provides amoby-like random name generator ("mong") for use with tools like Claude Desktop and VS Code Copilot Agent.
- Exposes a moby-like random name generator through the MCP interface
- Easy setup and configuration
Add this server under themcpServerskey of Claude Desktop configuration. See theofficial document of the Model Context Protocolfor details.
{ "mcpServers": { "mong": { "command": "uvx", "args": [ "--from", "git+https://github.com/toshihikoyanase/mong-mcp-server", "mong-mcp" ] } } }
{ "mcpServers": { "mong": { "command": "uv", "args": [ "--directory", "/path/to/repository", "run", "python", "-m", "mong_mcp_server" ] } } }
Add this server under theserverskey in your MCP configuration for VS Code. For example, to enable the MCP server in your workspace, create a.vscode/mcp.jsonfile as follows:
{ "servers": { "mong": { "type": "stdio", "command": "uvx", "args": [ "--from", "git+https://github.com/toshihikoyanase/mong-mcp-server", "mong-mcp" ] } } }
git clone https://github.com/toshihikoyanase/mong-mcp-server.git cd 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 theLICENSEfile for details.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Hebbian memory for AI agents — learns file access patterns, builds neural pathways, predicts next tools/files, saves tokens
Context optimization for AI coding assistants — 99% token savings via 14 content-aware summarizers, 3-layer search, and progressive disclosure. No LLM dependency.
Flatten Claude Code sessions: keep every prompt and event verbatim, resume at a lower token count.
A persistent development partner that prevents context drift and maintains project memory across all development sessions.
Desktop MCP server manager for 14 AI clients. Browse and install 9,200+ MCP servers and 3,100+ AI Skills across Cursor, VS Code, Claude Code, Gemini CLI, and more from one GUI.
An MCP server for interactive user feedback and command execution in AI-assisted development, supporting both Web and Desktop interfaces.
200+ production tools for AI agents via Remote MCP. GitHub, Slack, Notion, Linear, Figma, Stripe, web search, OCR, document conversion, semantic memory/recall, Finviz, SEC filings, image generation, and more.
Persistent AI memory across tools — remember your preferences, code standards, and decisions across Claude Code, Cursor, Codex, and any MCP tool. Local-first, zero-cloud.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





