homebrew-icuvisor

ricardocabral/homebrew-icuvisor
★ 0 stars Ruby 🤖 AI/LLM Updated today
Homebrew tap for icuvisor — MCP server connecting intervals.icu to AI assistants.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homebrew-icuvisor": {
      "command": "npx",
      "args": [
        "-y",
        "ricardocabral/homebrew-icuvisor"
      ]
    }
  }
}

README Excerpt

Homebrew tap for [icuvisor](https://github.com/ricardocabral/icuvisor), an open-source MCP server that connects [intervals.icu](https://intervals.icu) training data to AI assistants. ```sh brew install ricardocabral/icuvisor/icuvisor ``` Or, equivalently: ```sh brew tap ricardocabral/icuvisor brew install icuvisor