goodset-claude-plugin

torfoes/goodset-claude-plugin
★ 0 stars Python Security Updated today
GoodSet plugin for Claude Code — track, resume, finish, and recall strength workouts through the GoodSet MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "goodset-claude-plugi": {
      "command": "uvx",
      "args": [
        "goodset-claude-plugin"
      ]
    }
  }
}

Or install with pip: pip install goodset-claude-plugin

README Excerpt

This package adds one focused Claude Code skill for discovering and operating the existing GoodSet MCP workout capability. It is a host adapter: workout state, authentication, authorization, validation, confirmation, and persistence remain in `apps/backend`. This is the **production** submission artifact. The package combines the `track-workout`