Senechal MCP Server
@mattjoyce
About Senechal MCP Server
Thi sis a companion MCP server for the Senechal project
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"senechal-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
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
Overview
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.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments