欢迎你为本项目贡献更多的谜题。你可以在haiguitang_mcp/puzzles文件夹中加入新的谜题文件然后发起Pull Request。
Haiguitangmcp MCP server exists for a simple reason — assistants are far more useful when they can act on Haiguitangmcp directly instead of describing what you should do. 欢迎你为本项目贡献更多的谜题。你可以在haiguitang_mcp/puzzles文件夹中加入新的谜题文件然后发起Pull Request。.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Once Haiguitangmcp is connected, these are the calls the assistant has available:
get_prompt — 获取海龟汤游戏的完整玩法说明get_puzzle — 获取一个特定谜题的完整内容,需要提供谜题标题作为参数list_puzzles_tool — 列出所有可用的谜题列表puzzles — //{puzzle_title}: 获取特定谜题的信息game_rules — 提供海龟汤游戏规则的提示模板This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Haiguitangmcp's toolset — get_prompt, get_puzzle, list_puzzles_tool and 2 more — is a fair guide to whether it matches your workflow. It is maintained by StevenFengLi; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Haiguitangmcp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_prompt | 获取海龟汤游戏的完整玩法说明 |
| get_puzzle | 获取一个特定谜题的完整内容,需要提供谜题标题作为参数 |
| list_puzzles_tool | 列出所有可用的谜题列表 |
| puzzles | //{puzzle_title}: 获取特定谜题的信息 |
| game_rules | 提供海龟汤游戏规则的提示模板 |
### 在cherry studio中进行配置
```json
"mcpServers": {
"haiguitang": {
"isActive": true,
"name": "海龟汤MCP服务器",
"description": "和用户玩海龟汤",
"registryUrl": "",
"command": "uv",
"args": [
"--directory",
"E:/haiguitangmcp/haiguitang_mcp",
"run",
"server.py"
]
},
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.