my-monkey-app
by KardelRuveyda·★ 1·综合分 31
展示猴子信息的交互式控制台应用,集成 MCP 服务器。
概述
MyMonkeyApp 是一个用 C# 开发的控制台应用程序,提供 20 多种猴子物种的信息。它通过 Docker 集成 MonkeyMCP 服务器,通过模型上下文协议 (MCP) 访问猴子数据。应用程序提供土耳其语交互式菜单系统,允许用户搜索、筛选和查看不同猴科、保护状态和其他详细信息。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
出于教育目的或作为控制台应用程序MCP服务器集成的简单演示时选择此项目。
什么时候不要选它
由于其功能有限和教育性质,不适合生产使用;缺乏严肃应用程序所需的高级功能。
此 server 暴露的工具
从 README 抽取出 10 个工具list_monkeysList all monkey species with detailed information
search_monkeySearch for a specific monkey by name
get_random_monkeyGet a random monkey species with details
list_monkey_familiesShow all monkey families and their species
get_endangered_monkeysGet endangered monkey species
get_monkey_by_indexRetrieve monkey species by index number
get_monkey_statisticsShow statistics about monkey species
get_monkey_ascii_artGenerate random ASCII art of monkeys
filter_monkeys_by_familyFilter monkeys by family type
get_monkey_by_statusGet monkeys by conservation status
说明:Tool names inferred from menu options and MCP server description. No explicit tool documentation found in the README.
可对比工具
安装
- 克隆仓库:
git clone https://github.com/KardelRuveyda/MyMonkeyApp.git - 导航到项目目录:
cd MyMonkeyApp - 安装 .NET 9.0 SDK
- 构建并运行应用程序:
dotnet run
要与 Claude Desktop 集成 MCP,添加到 claude_desktop_config.json:
{
"mcpServers": {
"monkeymcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "jamesmontemagno/monkeymcp"]
}
}
}FAQ
- 这个应用程序使用哪些 MCP 服务器?
- 该应用程序集成了 MonkeyMCP Docker 容器 (jamesmontemagno/monkeymcp),它通过 MCP 协议提供猴子数据。
- 使用该应用程序是否需要 MCP 集成?
- 不需要,没有 MCP 服务器也可以运行应用程序,但集成通过协议 enables 访问额外的猴子数据。
my-monkey-app 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。