MCP.so
ログイン

Senechal MCP Server

@mattjoyce

Senechal MCP Server について

Thi sis a companion MCP server for the Senechal project

基本情報

カテゴリ

その他

ライセンス

GPL-3.0

ランタイム

python

トランスポート

stdio

公開者

mattjoyce

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "senechal-mcp": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

5

Fetch 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.

コメント

「その他」の他のコンテンツ