Huly MCP

Huly MCP: feature-complete MCP server for Huly integration

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

HULY_URL(str)
Required

Reachable self-hosted or replacement hosted Huly API URL

HULY_EMAIL(str)
Required

Your Huly account email

HULY_PASSWORD(str)
RequiredSecret

Your Huly account password

HULY_WORKSPACE(str)
Required

Huly workspace identifier

HULY_CONNECTION_TIMEOUT(str)

Connection timeout in milliseconds. Omit to use the package default.

HULY_TOOL_MODE(str)

Tool exposure mode: auto (default), native, or proxy. Auto keeps exact claude-code native and resolves Codex, Cursor, Windsurf, Copilot, opencode, Claude AI, and unknown clients to proxy mode.

PROXY_OUTPUT_STRICT(str)

Set true to make active TOOLSETS / TOOLS a hard allow-list for proxy search, schema lookup, and invocation. Defaults to false.

TOOLSETS(str)

Comma-separated native Huly tool categories to expose, such as issues,projects,search. If unset with TOOLS, all native tools are exposed.

TOOLS(str)

Comma-separated exact native Huly tool names to expose in addition to selected TOOLSETS, such as list_documents,create_issue.