mirobody
by thetahealth·★ 1,042·综合分 53
一个通过MCP服务器和Claude Agent技能连接健康、财务数据与AI的个人数据平台。
概述
Mirobody是一个开源的、自托管的数据平台,使用户能够将个人健康和财务数据与AI能力连接起来。它既是MCP客户端也是服务器,支持HTTP远程访问、Claude Agent技能格式(SKILL.md),并与多个AI系统兼容。该平台提供FHIR标准的深度健康数据集成,支持300多种可穿戴设备,并提供一个复杂的代理引擎,包括三种代理类型:DeepAgent、MixAgent和BaselineAgent,适用于不同场景和成本/质量优化。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
选择Mirobody用于以健康为重点的个人AI应用,需要集成多种健康设备和标准,同时保持用户隐私。
什么时候不要选它
如果你的AI应用不需要健康数据集成,或者你不想使用Docker或PostgreSQL进行部署,则不要选择Mirobody。
此 server 暴露的工具
从 README 抽取出 12 个工具lsList files in a directory
read_fileRead the contents of a file
write_fileWrite content to a file
edit_fileEdit an existing file
executeExecute shell commands in a sandboxed environment
globFind files matching a pattern
grepSearch for text patterns in files
query_health_dataQuery health data from various sources
analyze_health_trendsAnalyze health trends and patterns
upload_fileUpload files for health data extraction
search_indicatorsSearch for health indicators using medical codes
create_agentCreate 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
可对比工具
安装
使用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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。