Huly MCP: feature-complete MCP server for Huly integration
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@firfi/huly-mcp · npm · 0.49.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dearlordylord/huly-mcp",
"description": "Huly MCP: feature-complete MCP server for Huly integration",
"title": "Huly MCP",
"repository": {
"url": "https://github.com/dearlordylord/huly-mcp",
"source": "github"
},
"version": "0.49.5",
"websiteUrl": "https://huly-mcp.dearlordylord.com",
"icons": [
{
"src": "https://huly-mcp.dearlordylord.com/icon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-13T13:50:35.019965Z",
"publishedAt": "2026-08-13T13:50:35.019965Z",
"updatedAt": "2026-08-13T13:50:35.019965Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.49.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.