Huly Mcp Server banner
bgx4k3p bgx4k3p

Huly Mcp Server

Productivity community

Description

Universal MCP server for Huly project management — issue tracking, projects, milestones, labels, time tracking, and workspace management. Supports stdio (Claude Code) and Streamable HTTP transports. Self-hosted Huly SDK wrapper with multi-workspace support.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Huly MCP Server

[![npm](https://img.shields.io/npm/v/@bgx4k3p/huly-mcp-server?logo=npm&logoColor=white)](https://www.npmjs.com/package/@bgx4k3p/huly-mcp-server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Node.js](https://img.shields.io/badge/Node.js-22+-339933?logo=node.js&logoColor=white)](https://nodejs.org) [![MCP](https://img.shields.io/badge/MCP-compatible-blue)](https://modelcontextprotocol.io) [![Huly SDK](https://img.shields.io/badge/Huly%20SDK-0.7.x-purple)](https://huly.io) [![Docker](https://img.shields.io/badge/Docker-ready-2496ED?logo=docker&logoColor=white)](Dockerfile)

MCP server providing full coverage of the [Huly](https://huly.io) SDK — issues, projects, workspaces, members, and account management. Two transports: **stdio** for local tools and **Streamable HTTP** for remote clients. Tested against self-hosted Huly. May also work with [Huly Cloud](https://app.huly.io) (not yet tested).

Why This Exists

Huly has no public API. The only programmatic access is through their JavaScript SDK, which connects via WebSocket. This server wraps that SDK and exposes **MCP tools** over both stdio and **Streamable HTTP** transports — compatible with Codex, Claude Code, VS Code, n8n, and any MCP client.

Documentation Map

  • Install: add the package to a project or run it with npx.
  • Quick Start: configure Huly authentication.
  • Integrations: connect Codex, Claude Code, HTTP clients, or Docker.
  • Configuration Reference: environment variables and workspace behavior.
  • Network Configurations: local, remote, proxy, and access-gateway setups.
  • Maintenance: repair scripts for known data consistency issues.
  • Development and Publishing: tests, linting, and package publishing.
  • API Reference: available MCP tools and response conventions.

Install

From npm

npm install @bgx4k3p/huly-mcp-server

Or run directly with npx:

npx @bgx4k3p/huly-mcp-server