Sign inSign up

jokeks2023/huly-mcp

By jokeks2023

Updated 22 days ago

MCP server for Huly (self-hosted + cloud) — connect Claude Desktop to your Huly workspace

Image
Machine learning & AI
Developer tools
0

437

jokeks2023/huly-mcp repository overview

huly-mcp

MCP server for Huly (self-hosted + cloud) — connects Claude Desktop and any MCP-compatible client to your Huly workspace. 50 tools: issues, projects, milestones, components, documents, labels, chat (channels/DMs), file attachments, custom issue statuses, organizations, and more.

Fork of huly-mcp-sdk with fixes for self-hosted (huly-selfhost) deployments — upstream's document/description writes are hardcoded against Huly Cloud's infrastructure and silently fail on self-hosted instances.

Full docs, tool list, and source: https://github.com/JoKeks2023/huly-mcp


Quick start

This image wraps the MCP server with mcp-proxy to expose it over HTTP/SSE at :8000/sse — for network-reachable deployments, not local per-client stdio launches (see the GitHub README's "Installing this fork" section for that use case instead).

docker run --rm -p 8000:8000 \
  -e HULY_WORKSPACE=myteam \
  -e [email protected] \
  -e HULY_PASSWORD=yourpassword \
  jokeks2023/huly-mcp

Self-hosted Huly also needs HULY_ACCOUNTS_URL and HULY_FRONT_URL:

docker run --rm -p 8000:8000 \
  -e HULY_WORKSPACE=myteam \
  -e [email protected] \
  -e HULY_PASSWORD=yourpassword \
  -e HULY_ACCOUNTS_URL=https://your-huly-instance.com/_accounts \
  -e HULY_FRONT_URL=https://your-huly-instance.com \
  jokeks2023/huly-mcp

Or with Compose — see docker-compose.yml and .env.example in the repo.

Tags

  • latest — most recent build from main
  • <git-sha> — pinned to a specific commit

Also on

License

EPL-2.0

Tag summary

Content type

Image

Digest

sha256:90a86d670

Size

144.7 MB

Last updated

22 days ago

docker pull jokeks2023/huly-mcp