MCP Catalogs
首页

my-monkey-app

by KardelRuveyda·1·综合分 31

展示猴子信息的交互式控制台应用,集成 MCP 服务器。

ai-llmdeveloper-toolsother
0
Forks
0
活跃 Issue
10 个月前
最近提交
2 天前
收录于

概述

MyMonkeyApp 是一个用 C# 开发的控制台应用程序,提供 20 多种猴子物种的信息。它通过 Docker 集成 MonkeyMCP 服务器,通过模型上下文协议 (MCP) 访问猴子数据。应用程序提供土耳其语交互式菜单系统,允许用户搜索、筛选和查看不同猴科、保护状态和其他详细信息。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:学习猴子物种及其保护状况的教育工具
:控制台应用程序与 MCP 集成的示例
:展示 GitHub Copilot Agent Mode 进行 AI 辅助开发
:这个应用程序使用哪些 MCP 服务器?
:使用该应用程序是否需要 MCP 集成?

什么时候选它

出于教育目的或作为控制台应用程序MCP服务器集成的简单演示时选择此项目。

什么时候不要选它

由于其功能有限和教育性质,不适合生产使用;缺乏严肃应用程序所需的高级功能。

此 server 暴露的工具

从 README 抽取出 10 个工具
  • list_monkeys

    List all monkey species with detailed information

  • search_monkey

    Search for a specific monkey by name

  • get_random_monkey

    Get a random monkey species with details

  • list_monkey_families

    Show all monkey families and their species

  • get_endangered_monkeys

    Get endangered monkey species

  • get_monkey_by_index

    Retrieve monkey species by index number

  • get_monkey_statistics

    Show statistics about monkey species

  • get_monkey_ascii_art

    Generate random ASCII art of monkeys

  • filter_monkeys_by_family

    Filter monkeys by family type

  • get_monkey_by_status

    Get monkeys by conservation status

说明:Tool names inferred from menu options and MCP server description. No explicit tool documentation found in the README.

可对比工具

monkeymcpwildlife-mcpeducational-tools-mcp

安装

  1. 克隆仓库:git clone https://github.com/KardelRuveyda/MyMonkeyApp.git
  2. 导航到项目目录:cd MyMonkeyApp
  3. 安装 .NET 9.0 SDK
  4. 构建并运行应用程序: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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。