MCP Server
MCP
Huly MCP
Huly MCP: feature-complete MCP server for Huly integration
Install
npx -y @firfi/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@firfi/huly-mcp",
"version": "0.49.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Reachable self-hosted or replacement hosted Huly API URL",
"isRequired": true,
"format": "string",
"name": "HULY_URL"
},
{
"description": "Your Huly account email",
"isRequired": true,
"format": "string",
"name": "HULY_EMAIL"
},
{
"description": "Your Huly account password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HULY_PASSWORD"
},
{
"description": "Huly workspace identifier",
"isRequired": true,
"format": "string",
"name": "HULY_WORKSPACE"
},
{
"description": "Connection timeout in milliseconds. Omit to use the package default.",
"format": "string",
"name": "HULY_CONNECTION_TIMEOUT"
},
{
"description": "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.",
"format": "string",
"name": "HULY_TOOL_MODE"
},
{
"description": "Set true to make active TOOLSETS / TOOLS a hard allow-list for proxy search, schema lookup, and invocation. Defaults to false.",
"format": "string",
"name": "PROXY_OUTPUT_STRICT"
},
{
"description": "Comma-separated native Huly tool categories to expose, such as issues,projects,search. If unset with TOOLS, all native tools are exposed.",
"format": "string",
"name": "TOOLSETS"
},
{
"description": "Comma-separated exact native Huly tool names to expose in addition to selected TOOLSETS, such as list_documents,create_issue.",
"format": "string",
"name": "TOOLS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment