mcp-demo-2048
Verified Safeby cocolizh
Overview
This server provides a web-based implementation of the classic 2048 game, accessible through a browser and using WebSockets for real-time game state updates.
Installation
docker run -p 8080:8080 mcp-demo-2048Security Notes
The source code analysis reveals no use of 'eval', obfuscation, hardcoded secrets, or overtly malicious patterns. It utilizes standard Node.js libraries (Express, ws) for a simple web game. Network exposure on port 8080 is standard for a web application.
Similar Servers
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
This server provides a memory-augmented AI chat interface, allowing users to interact with an AI agent that remembers conversation context and dynamically switches between memory retrieval and caching strategies.
mcp-4get
Provides LLM clients with access to the 4get Meta Search engine API via the Model Context Protocol (MCP).
mcp-studies
Develops and demonstrates various MCP server architectures and features, ranging from basic stdio transport to Docker deployment with vector databases, primarily for learning and prototyping AI agent integrations.