blackjack-mcp-server
Verified Safeby Ojansen
Overview
A turn-based blackjack game where a human plays as the dealer against an LLM player, leveraging the Model Context Protocol (MCP) for game actions.
Installation
blackjack-mcpSecurity Notes
The project uses `yaml.safe_load` for configuration, which is good practice. No direct `eval`, `exec`, or malicious shell commands were found. The LLM interaction is through a controlled API (Ollama) and the MCP tools are designed to restrict actions to game-specific functions. Network risks are inherent to connecting to an external (or local) LLM server, but the project does not expose unexpected services or vulnerabilities beyond its intended function.
Similar Servers
mcp-client-for-ollama
An interactive terminal client for connecting local Ollama LLMs to Model Context Protocol (MCP) servers, enabling advanced tool use and workflow automation for local LLMs.
minecraft-mcp-server
Enables large language models (LLMs) like Claude to control a Minecraft character as a bot through the Model Context Protocol (MCP), performing various in-game actions.
turn-based-game-mcp
Demonstrates the Model Context Protocol (MCP) by providing a turn-based games platform with an AI opponent that interacts with a Next.js frontend.
ollama-fastmcp-wrapper
A proxy service that bridges Ollama with FastMCP, enabling local LLM tool-augmented reasoning by exposing MCP servers' functionality to Ollama models.