modelscope·@sally-labs/sally-mcp
暂无描述。
Connect to Sally through the Model Context Protocol (MCP) with x402 payment infrastructure
Quick Start Installation Usage API Reference Deployment
</div>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.
MCP Client
(Claude, Cursor)
Sally MCP Server x402 Payment
(Local/Smithery) Protocol
Sally API
(Metabolic Health)
Get up and running in 5 minutes:
The easiest way to use Sally MCP is through Smithery:
npx @smithery/cli install @sally-labs/sally-ai-mcp --client claude
# Clone and setup
git clone https://github.com/sally-labs/sally-mcp.git
cd sally-mcp
pnpm install
pnpm build
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"
}
}
}
}
Restart your MCP client and try:
"Use the chat-with-sally tool to ask: What are the benefits of intermittent fasting?"
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:
** Security Critical**: Never use your main wallet for MCP integrations.
0x)# Clone repository
git clone https://github.com/sally-labs/sally-mcp.git
cd sally-mcp
# Install dependencies
pnpm install
Create a .env file:
PRIVATE_KEY=0x...
TRANSPORT_MODE=stdio
# Build TypeScript
pnpm build
# Run the server
node dist/index.js
claude_desktop_config.json:{
"mcpServers": {
"sally": {
"command": "node",
"args": ["/Users/yourname/code/sally-mcp/dist/index.js"],
"env": {
"PRIVATE_KEY": "0x...",
"TRANSPORT_MODE": "stdio"
}
}
}
}
{
"sally": {
"command": "node",
"args": ["/path/to/sally-mcp/dist/index.js"],
"env": {
"PRIVATE_KEY": "0x...",
"TRANSPORT_MODE": "stdio"
}
}
}
Refer to your client's documentation for custom MCP server configuration. You'll need:
node["/path/to/sally-mcp/dist/index.js"]PRIVATE_KEY, TRANSPORT_MODE=stdioOnce 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"
Chat with Sally about metabolic health topics.
Parameters:
message (string, required)…与Google地图集成,以在紧急情况下定位和评估医疗设施,帮助用户根据医疗需求、紧急程度和设施能力找到合适的医院和诊所。
一个模型上下文协议服务器,为语言模型提供对Strava API数据的访问,使它们能够查询和分析Strava上的运动员活动。
一个连接性测试服务器,通过克劳德模型上下文协议支持DICOM网络操作(如C-ECHO),并支持节点配置管理。
一个模型上下文协议服务器,通过使用SMART on FHIR将人工智能工具与电子健康记录连接起来,允许对兼容电子健康记录中的患者数据进行安全的搜索、查询和分析。
提供了对ClinicalTrials.gov AACT数据库的访问, enables分析临床试验数据、跟踪发展趋 势以及生成治疗景观洞察。
暂无描述。