MCP Catalogs
首页

mirobody

by thetahealth·1,042·综合分 53

一个通过MCP服务器和Claude Agent技能连接健康、财务数据与AI的个人数据平台。

ai-llmhealthproductivity
192
Forks
11
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Mirobody是一个开源的、自托管的数据平台,使用户能够将个人健康和财务数据与AI能力连接起来。它既是MCP客户端也是服务器,支持HTTP远程访问、Claude Agent技能格式(SKILL.md),并与多个AI系统兼容。该平台提供FHIR标准的深度健康数据集成,支持300多种可穿戴设备,并提供一个复杂的代理引擎,包括三种代理类型:DeepAgent、MixAgent和BaselineAgent,适用于不同场景和成本/质量优化。

试试问 AI

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

:使用多种可穿戴设备和Apple Health数据进行个人健康分析
:通过创建自定义AI工具处理个人财务数据进行财务管理
:构建利用通过MCP工具访问的个人数据的特定领域代理
:Mirobody与其他健康数据平台有什么不同?
:我能否将Mirobody与Claude以外的AI平台一起使用?

什么时候选它

选择Mirobody用于以健康为重点的个人AI应用,需要集成多种健康设备和标准,同时保持用户隐私。

什么时候不要选它

如果你的AI应用不需要健康数据集成,或者你不想使用Docker或PostgreSQL进行部署,则不要选择Mirobody。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • ls

    List files in a directory

  • read_file

    Read the contents of a file

  • write_file

    Write content to a file

  • edit_file

    Edit an existing file

  • execute

    Execute shell commands in a sandboxed environment

  • glob

    Find files matching a pattern

  • grep

    Search for text patterns in files

  • query_health_data

    Query health data from various sources

  • analyze_health_trends

    Analyze health trends and patterns

  • upload_file

    Upload files for health data extraction

  • search_indicators

    Search for health indicators using medical codes

  • create_agent

    Create a custom health agent

说明:Tools were inferred from various sections of the documentation, particularly the file operations section and the health data pipeline section. The README mentions built-in tools like file ops, code execution, and health data tools, but does

可对比工具

health-mcppersonal-data-connectorhealthkit-mcpopen-mcp

安装

使用Docker快速开始

git clone https://github.com/thetahealth/mirobody.git
cd mirobody
./deploy.sh

这将设置包含Postgres、Redis和Mirobody的完整环境。

作为MCP服务器使用

设置MCP_PUBLIC_URL通过HTTPS暴露MCP服务器以实现远程访问。

Claude Desktop集成

添加到Claude Desktop配置:

{
  "mcpServers": {
    "mirobody": {
      "command": "python",
      "args": ["-m", "mirobody.mcp.server"],
      "env": {"MCP_CONFIG_PATH": "/path/to/config"}
    }
  }
}

FAQ

Mirobody与其他健康数据平台有什么不同?
Mirobody独特地将健康数据集成与MCP服务器功能结合,允许它通过标准化工具向AI系统提供数据,而不仅仅是存储数据。
我能否将Mirobody与Claude以外的AI平台一起使用?
可以,Mirobody被设计为通用工具适配器,可与ChatGPT、Claude、Cursor和支持MCP的其他AI系统一起使用。

mirobody 对比

GitHub →

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