Skip to main content
Glama

Texas Holdem MCP Server

by freshlife001

Servidor MCP de Texas Hold'em

Este es un servidor de Protocolo de Contexto de Modelo que permite a los agentes cliente de MCP jugar una partida de póker Texas Hold'em . Está implementado con Node.js y TypeScript, e incluye un servidor de juego, un cliente de juego y un servidor MCP.

La mayor parte del código de este proyecto fue generado por IA (Claude-3.7-Sonnet), y su mejora y depuración nos llevó unas 5 horas. ¡Es increíble!

Demostración en línea

Texas Hold'em en línea

Captura de pantalla

Captura de pantalla

Captura de pantalla

Empezando

  • Construir :
npm install npm run build
  • Ejecutar servidor de póquer:
npm run dev
  • Abrir cliente de póquer: Abra su navegador y visite http://localhost:3000/
  • Configura tu cliente MCP para añadir la herramienta. Por ejemplo, así es como se añade la herramienta a Cline, suponiendo que clonaste el repositorio en /path/to/poker-mcp-server :
{ "mcpServers": { "poker-mcp-server": { "command": "node", "args": ["/path/to/poker-mcp-server/dist/mcpServer.js"], "env": { "DEBUG": "*" } } } }
  • Clina:Captura de pantalla de la instalación del servidor mcp

Ejemplo de mensaje

You are a Texas Hold'em poker expert. Please use the name "Super Awesome Pro" to join a Texas Hold'em poker game and win more chips. You can only use the functions provided by the poker-mcp-server MCP server. After joining the game, you must wait for your turn to act before proceeding to the next move.

¡Disfruta jugando al póquer con LLM!

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Un servidor de protocolo de contexto de modelo que permite a los agentes de IA jugar partidas de póquer Texas Holdem a través de una interfaz de cliente MCP.

  1. Demostración en línea
    1. Empezando
      1. Ejemplo de mensaje

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that enables role-based context management for AI agents, allowing users to establish specific instructions, maintain partitioned memory, and adapt tone for different agent roles in their system.
          Last updated -
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A server that uses the Model Context Protocol (MCP) to allow AI agents to safely execute shell commands on a host system.
          Last updated -
          1
          20
          4
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.
          Last updated -
          48
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A basic Model Context Protocol server implementation that demonstrates core functionality including tools and resources for AI chat applications.
          Last updated -
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/freshlife001/mcp_poker'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server