Skip to main content
Glama

Texas Holdem MCP Server

by freshlife001

テキサスホールデム MCP サーバー

これは、MCPクライアントエージェントがテキサスホールデムポーカーゲームをプレイできるようにするモデルコンテキストプロトコルサーバーです。ゲームサーバー、ゲームクライアント、MCPサーバーを含み、Node.jsとTypeScriptで実装されています。

このプロジェクトのコードの大部分はAI(Claude-3.7-Sonnet)によって生成されており、改善とデバッグに約5時間かかりました。素晴らしいですね!

オンラインデモ

テキサスホールデムオンライン

スクリーンキャプチャ

スクリーンキャプチャ

スクリーンキャプチャ

はじめる

  • 建てる :
npm install npm run build
  • ポーカーサーバーを実行します:
npm run dev
  • ポーカークライアントを開く: ブラウザを開き、 http://localhost:3000/にアクセスします。
  • MCPクライアントを設定してツールを追加します。例えば、 /path/to/poker-mcp-serverにリポジトリをクローンした場合、Clineにツールを追加する方法は次のとおりです。
{ "mcpServers": { "poker-mcp-server": { "command": "node", "args": ["/path/to/poker-mcp-server/dist/mcpServer.js"], "env": { "DEBUG": "*" } } } }
  • クライン:MCP サーバーのインストールのスクリーンショット

プロンプトの例

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.

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.

AI エージェントが MCP クライアント インターフェイスを介してテキサス ホールデム ポーカー ゲームをプレイできるようにするモデル コンテキスト プロトコル サーバー。

  1. オンラインデモ
    1. はじめる
      1. プロンプトの例

        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 4 months ago
          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 3 months ago
          1
          22
          3
          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 8 days ago
          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 2 months ago
          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