Senechal MCP Server
@mattjoyce
关于 Senechal MCP Server
Thi sis a companion MCP server for the Senechal project
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"senechal-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
5Fetch a health summary for a specific period
Fetch the user's health profile
Fetch the latest health measurements
Fetch health trend data
Fetch statistical analysis of health metrics
概览
What is Senechal MCP Server?
A Model Context Protocol (MCP) server that acts as a companion to the Senechal project, providing health data from the Senechal API to LLM applications. It exposes resources, tools, and prompts for accessing health data.
How to use Senechal MCP Server?
Clone the repository, install dependencies in a virtual environment, and configure the .env file with SENECHAL_API_KEY and SENECHAL_API_BASE_URL. Run the server with python senechal_mcp_server.py, or install in Claude Desktop using mcp install senechal_mcp_server.py.
Key features of Senechal MCP Server
- Provides health data from the Senechal API to LLMs.
- Exposes resources, tools, and prompts for health data.
- Supports customizable health summary queries.
- Includes health profile and current measurements.
- Offers trend analysis and statistical metrics.
- Ready for Claude Desktop integration.
Use cases of Senechal MCP Server
- LLM applications can load health summaries for a week.
- Analyze health trends over 30 days with tools.
- Compare health trends across different time periods.
- Retrieve a user's health profile and current measurements.
FAQ from Senechal MCP Server
What is the Senechal MCP Server used for?
It provides a standardized interface for LLMs to access health data from the Senechal API.
What are the required configuration values?
Both SENECHAL_API_KEY and SENECHAL_API_BASE_URL are required in the .env file.
How do I install the server on Windows?
Use full paths with backslashes and set environment variables in the claude-desktop-config.json file.
What resources are available?
Resources include senechal://health/summary/{period}, profile, current, trends, and stats.
What tools are available?
Tools include fetch_health_summary, fetch_health_profile, fetch_current_health, fetch_health_trends, and fetch_health_stats.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论