A
securityA
licenseA
qualityAn MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
Last updated -
4
3
8
TypeScript
MIT License
两个真相和一个转折:世界上第一个模型上下文协议 (MCP) 游戏
您可以直接从 PyPI 安装游戏:
或者如果你更喜欢使用uv
:
首先初始化游戏数据库:
要启动 MCP 服务器:
这将启动 Two Truths 和 Twist MCP 服务器,LLM 可以连接到该服务器来玩游戏。
查看游戏统计数据:
要将兼容 MCP 的 LLM 连接到游戏服务器,您需要配置 MCP 连接。创建一个包含以下内容的配置文件(例如claude_desktop_config.json
):
对于 Claude Desktop,将此文件放在:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
《两个真相和一个转折》是一款问答游戏,其中:
该游戏利用 MCP 协议提供有趣的互动琐事体验,其中 AI 模型既可以生成内容,又可以促进游戏玩法。
一旦连接到支持 MCP 的 LLM,您就可以开始游戏并出现如下提示:
该软件包实现了一个提供自定义游戏工具的 MCP 服务器:
create_round
:创建一个包含一个问题和三个语句的新游戏回合submit_guess
:让玩家提交对哪个语句是转折的猜测reveal_twist
:揭示答案并解释每个语句get_round
:检索特定回合的详细信息get_last_round
:获取最近一轮的详细信息get_stats
:检索游戏统计数据We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErgodicLabs/TwoTruthsAndATwist'
If you have feedback or need assistance with the MCP directory API, please join our Discord server