Agent Cardroom
Provides a virtual poker game plugin for OpenAI's Codex platform, allowing users to play Texas Hold'em and Zha Jin Hua against bot opponents with virtual chips.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent CardroomStart a Texas Hold'em game with 3 bot opponents and 1,000 virtual chips."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Cardroom
Agent Cardroom is a local Codex plugin for virtual-chip poker against 1–5 built-in bot opponents. It supports Texas Hold'em and Zha Jin Hua. It has no accounts, real-money play, or persistent game history.

Local installation
Clone the source checkout, then install the package for the current user with
the same python3 executable that the plugin mapping invokes:
git clone https://github.com/GZ-L/agent-cardroom.git
cd agent-cardroom
python3 -m pip install --user .
python3 -m agent_cardroom.mcp_stdio --helpThe module check is intentionally after installation. Install the plugin from
this checkout in Codex using the repo-local marketplace manifest at
.agents/plugins/marketplace.json, or install the bundle at
plugins/agent-cardroom/. Both mappings run
python3 -m agent_cardroom.mcp_stdio, so they do not depend on a virtual
environment directory being on Codex's PATH.
For development and the full test suite, create an isolated environment:
python3 -m venv .venv
.venv/bin/python -m pip install -e ".[dev]"Related MCP server: Local Codex Bridge
Verification and local adapters
The following commands use this checkout's installed virtual environment. Run the HTTP command only when you want to serve the local adapter; it continues running until interrupted.
.venv/bin/python -m pytest tests/test_acceptance.py -v
.venv/bin/python -m pytest -v
.venv/bin/ruff check src tests
git diff --check
.venv/bin/agent-cardroom-http --host 127.0.0.1 --port 8000These are the project's portable checks. Codex/plugin-directory manifest validation is performed in a Codex environment during the owner-operated publication process; it is not a GitHub-agnostic checkout command.
For a hosted adapter, sessions expire after 60 idle minutes. To remove local state, stop the adapter and start it again; games are not saved permanently.
Playing
Ask the plugin to start a game, for example:
Start a Texas Hold'em game with 3 bot opponents and 1,000 virtual chips.In an Agent that supports MCP Apps UI, the plugin follows this opening call by showing an interactive table in the current conversation. Click the legal actions and the 25% / 33% / 75% / 133% / double quick-bet options directly; the table displays only virtual Token balances, the current pot, table stakes, and server-approved cards. It does not use a real wallet, deposits, or withdrawals.
If the UI is unavailable, act from the returned state in text:
Call in my Hold'em game.Or start Zha Jin Hua:
Start a Zha Jin Hua game with 2 bot opponents and 500 virtual chips.This project is for entertainment with virtual chips and virtual Tokens only. Do not use it for real-money gambling.
Public submission
Public-directory publication is a manual, identity-bound, owner-operated
process, separate from local installation. The authorized owner must create and
push a public repository, host a stable HTTPS MCP endpoint, complete domain
verification, and submit via the Codex directory portal. Tests do not upload
code, create GitHub repositories, alter DNS, or submit to the OpenAI portal.
The local .mcp.json mapping is only for GitHub-download installation; it is
not accepted as the public submission artifact.
See the submission checklist.
The source website, support tracker, privacy policy, and terms are hosted in
this repository: website,
support,
privacy, and terms.
For a public deployment, set MCP_ALLOWED_HOSTS to a comma-separated list of
your deployment hostnames. The Render service at
agent-cardroom.onrender.com is included as the initial deployment hostname;
add a custom domain before switching the public listing to it.
See Privacy, Terms, and MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
- bluffnetOAuthgg.bluffnet
Live Texas Hold'em for AI agents. The tools teach the rules; the bluffing is up to your model.
Games for AI agents. Each game runs inside a single context window.
Create, test and play AI-native games through server-authoritative contracts.
Build, version, review, and export websites, web apps, and games from a conversation.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables Codex to read, write, and design windows for E-language (易语言) programs using official IDE APIs, allowing natural language control of development workflows.21MIT
- AlicenseAqualityAmaintenanceEnables ChatGPT or other MCP clients to control native Codex sessions on Windows, providing tools for thread management, turns, observation, steering, and responding to approvals.735MIT
- AlicenseNot gradedqualityCmaintenanceEnables Codex to start the local DeepSeek Harness Web UI, delegate coding tasks into visible sessions, and review workspace changes.67 npm8MIT
- AlicenseBqualityCmaintenanceAllows Codex to launch Tuanjie projects and interact with editor scenes, GameObjects, scripts, assets, and console via the Codely Bridge, exposing 22 MCP tools.22MIT