intervals-icu-mcp

axl13/intervals-icu-mcp

3.1

If you are the rightful owner of intervals-icu-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project provides a simple MCP server for interacting with the Intervals.icu API.

Intervals.icu MCP Server

This project provides a simple MCP server for interacting with the Intervals.icu API.

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/intervals-icu-mcp.git
    cd intervals-icu-mcp
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Usage with Gemini CLI

  1. Open your Gemini CLI settings file (~/.gemini/settings.json).

  2. Add the following to the mcpServers section, replacing /path/to/intervals-icu-mcp with the actual path to the cloned repository:

    "intervals_icu": {
        "command": "fastmcp",
        "args": ["run", "/path/to/intervals-icu-mcp/intervals_server.py:mcp"]
    }
    
  3. Save the settings file. You can now use the intervals_icu tools in the Gemini CLI.