{
  "schema_version": "v1",
  "name_for_human": "Harmony",
  "name_for_model": "harmony",
  "description_for_human": "Work with your AI Agents in Harmony. Manage cards, track progress, and let agents claim work.",
  "description_for_model": "Use Harmony to manage boards, cards, subtasks, labels, and links for software projects. Create and move cards across columns; start, update, and end agent work sessions; generate AI-ready prompts from cards; and read/write memory entries shared with the team. Authenticate with an API key from https://gethmy.com/user/keys using the X-API-Key header. The MCP server (package @gethmy/mcp) exposes the same tools locally via stdio for Claude Code, Cursor, and Codex.",
  "auth": {
    "type": "user_http",
    "authorization_type": "custom",
    "custom_auth_header": "X-API-Key",
    "instructions": "Create an API key at https://gethmy.com/user/keys. Pass it via the X-API-Key header on every request. Keys start with hmy_."
  },
  "api": {
    "type": "openapi",
    "url": "https://gethmy.com/openapi.yaml",
    "has_user_authentication": true
  },
  "logo_url": "https://gethmy.com/harmony-logo.png",
  "contact_email": "hello@gethmy.com",
  "legal_info_url": "https://gethmy.com/terms"
}
