PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Servershealth-and-wellnesssally-mcp
返回「health-and-wellness」

sally-mcp

modelscope·@sally-labs/sally-mcp

health-and-wellness0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引
<div align="center">

Sally MCP Server

AI-Powered Metabolic Health Assistant with Blockchain-Based Payments

Connect to Sally through the Model Context Protocol (MCP) with x402 payment infrastructure

Smithery License: MIT TypeScript MCP

Quick Start Installation Usage API Reference Deployment

</div>

What is Sally MCP Server?

Sally MCP Server is a Model Context Protocol (MCP) server that enables AI assistants like Claude Desktop, Cursor, and other MCP-compatible clients to interact with Sally, an AI-powered metabolic health assistant.

Built with the x402 blockchain-based payment protocol, Sally MCP ensures secure, transparent micropayments for each AI interaction while keeping your private keys and data entirely on your local machine.

Key Features

  • Metabolic Health Expertise: Chat with Sally about nutrition, metabolism, and health optimization
  • x402 Payment Integration: Automatic blockchain-based micropayments for API usage
  • Multi-Transport Support: Deploy locally (stdio) or hosted (HTTP/SSE via Smithery)
  • Security First: Private keys never leave your device
  • MCP Compatible: Works with Claude Desktop, Cursor, and any MCP-compatible client
  • Type-Safe: Built with TypeScript and Zod schemas for reliability
  • Production Ready: Dockerized and ready for Smithery cloud deployment

Architecture


  MCP Client         
  (Claude, Cursor)   

           
           
      
  Sally MCP Server     x402 Payment    
  (Local/Smithery)           Protocol        
      
           
           

  Sally API          
  (Metabolic Health) 


Quick Start

Get up and running in 5 minutes:

Prerequisites

  • Node.js 18+ and pnpm installed
  • An MCP-compatible client (Claude Desktop, Cursor, etc.)
  • A dedicated crypto wallet with small funds for x402 transactions

1. Install via Smithery (Recommended)

The easiest way to use Sally MCP is through Smithery:

npx @smithery/cli install @sally-labs/sally-ai-mcp --client claude

2. Install Locally

# Clone and setup
git clone https://github.com/sally-labs/sally-mcp.git
cd sally-mcp
pnpm install
pnpm build

3. Configure Your MCP Client

Add to your MCP client configuration (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "sally": {
      "command": "node",
      "args": ["/path/to/sally-mcp/dist/index.js"],
      "env": {
        "PRIVATE_KEY": "0x...",
        "TRANSPORT_MODE": "stdio"
      }
    }
  }
}

4. Test the Connection

Restart your MCP client and try:

"Use the chat-with-sally tool to ask: What are the benefits of intermittent fasting?"

Installation

Option A: Deploy with Smithery (Cloud Hosted)

Smithery provides managed hosting for MCP servers with automatic scaling and updates.

# Install Smithery CLI
npm install -g @smithery/cli

# Install Sally MCP
npx @smithery/cli install @sally-labs/sally-ai-mcp --client claude

Configure via Smithery dashboard:

  • Private Key: Your dedicated wallet's private key (with 0x prefix)
  • The server will be automatically available in your MCP clients

Option B: Local Development Setup

Step 1: Create a Dedicated Wallet

** Security Critical**: Never use your main wallet for MCP integrations.

  1. Create a new wallet using MetaMask, Coinbase Wallet, or similar
  2. Transfer a small amount of funds (e.g., $5-10 worth of crypto)
  3. Export the private key (it should start with 0x)
  4. Store it securely

Step 2: Clone and Install

# Clone repository
git clone https://github.com/sally-labs/sally-mcp.git
cd sally-mcp

# Install dependencies
pnpm install

Step 3: Configure Environment

Create a .env file:

PRIVATE_KEY=0x...
TRANSPORT_MODE=stdio

Step 4: Build and Run

# Build TypeScript
pnpm build

# Run the server
node dist/index.js

MCP Client Configuration

Claude Desktop

  1. Open Claude Desktop Settings
  2. Navigate to Developer Edit Config
  3. Edit claude_desktop_config.json:
{
  "mcpServers": {
    "sally": {
      "command": "node",
      "args": ["/Users/yourname/code/sally-mcp/dist/index.js"],
      "env": {
        "PRIVATE_KEY": "0x...",
        "TRANSPORT_MODE": "stdio"
      }
    }
  }
}
  1. Restart Claude Desktop
  2. The Sally tools should appear automatically

Cursor

  1. Open Cursor Settings
  2. Navigate to Features MCP Servers
  3. Add server configuration:
{
  "sally": {
    "command": "node",
    "args": ["/path/to/sally-mcp/dist/index.js"],
    "env": {
      "PRIVATE_KEY": "0x...",
      "TRANSPORT_MODE": "stdio"
    }
  }
}
  1. Restart Cursor

Other MCP Clients

Refer to your client's documentation for custom MCP server configuration. You'll need:

  • Command: node
  • Args: ["/path/to/sally-mcp/dist/index.js"]
  • Environment Variables: PRIVATE_KEY, TRANSPORT_MODE=stdio

Usage

Basic Interaction

Once configured, interact with Sally naturally through your MCP client:

"Use chat-with-sally to ask: What foods help stabilize blood sugar?"
"Ask Sally about the relationship between sleep and metabolic health"
"Use Sally to create a meal plan for someone with insulin resistance"

Available Tools

chat-with-sally

Chat with Sally about metabolic health topics.

Parameters:

  • message (string, required)…

相关 MCP Servers(来自「health-and-wellness」)

MCP急救医疗规划器

与Google地图集成,以在紧急情况下定位和评估医疗设施,帮助用户根据医疗需求、紧急程度和设施能力找到合适的医院和诊所。

@manolaz/emergency-medicare-planner-mcp-server

Strava健康数据分析服务器

一个模型上下文协议服务器,为语言模型提供对Strava API数据的访问,使它们能够查询和分析Strava上的运动员活动。

@tomekkorbak/strava-mcp-server

DICOM MCP Server (数字成像与通信医学上下文协议服务器)

一个连接性测试服务器,通过克劳德模型上下文协议支持DICOM网络操作(如C-ECHO),并支持节点配置管理。

@fluxinc/dicom-mcp-server

健康记录模型上下文协议服务器

一个模型上下文协议服务器,通过使用SMART on FHIR将人工智能工具与电子健康记录连接起来,允许对兼容电子健康记录中的患者数据进行安全的搜索、查询和分析。

@jmandel/health-record-mcp

临床试验数据平台

提供了对ClinicalTrials.gov AACT数据库的访问, enables分析临床试验数据、跟踪发展趋 势以及生成治疗景观洞察。

@navisbio/ctgov_MCP

Cicatriiz

暂无描述。

@Cicatriiz/healthcare-mcp-public

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/sally-labs-sally-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

MCP Client (Claude, Cursor) Sally MCP Server x402 Payment (Local/Smithery) Protocol Sally API (Metabolic Health)

基本信息

分类
health-and-wellness / blockchain / web3
运行方式
No
许可证
MIT License
详情文件
sally-labs-sally-mcp.md