Huly MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Huly MCP Serverlist all high priority issues in PRYLA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Huly MCP Server
A Model Context Protocol (MCP) server for Huly issue tracking with full CRUD support.
Features
Projects: List and get project details
Issues: List, get, create, and update issues
Labels: List, create, add to issues, remove from issues
Filtering: Filter issues by status, priority, and labels
Related MCP server: Todo MCP Server
Installation
npm installConfiguration
Set the following environment variables:
export HULY_URL="http://huly.local:8087"
export HULY_EMAIL="your-email@example.com"
export HULY_PASSWORD="your-password"
export HULY_WORKSPACE="your-workspace"Usage with Claude Code
Add to your Claude Code MCP settings (~/.claude/claude_desktop_config.json or project .mcp.json):
{
"mcpServers": {
"huly": {
"command": "node",
"args": ["/path/to/huly-mcp-server/src/index.mjs"],
"env": {
"HULY_URL": "http://huly.local:8087",
"HULY_EMAIL": "your-email@example.com",
"HULY_PASSWORD": "your-password",
"HULY_WORKSPACE": "your-workspace"
}
}
}
}Available Tools
Projects
list_projects- List all projects with issue countsget_project- Get project details by identifier
Issues
list_issues- List issues with filtering (project, status, priority, label)get_issue- Get issue details by ID (e.g., "PRYLA-42")create_issue- Create a new issueupdate_issue- Update issue title, description, status, or priority
Labels
list_labels- List all available labelscreate_label- Create a new labeladd_label- Add a label to an issueremove_label- Remove a label from an issue
Examples
List issues in a project
list_issues(project: "PRYLA", status: "Todo", limit: 10)Create an issue
create_issue(
project: "PRYLA",
title: "Fix login bug",
description: "Users cannot log in with SSO",
priority: "high",
labels: ["Bug", "priority:high"]
)Update issue status
update_issue(issueId: "PRYLA-42", status: "Done")Add a label
add_label(issueId: "PRYLA-42", label: "reviewed")License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA server implementation of the Model Context Protocol (MCP) for managing development workflow with features like project management, task tracking, and QA review support.Last updated3AGPL 3.0
- Flicense-qualityDmaintenanceA Model Context Protocol server for managing todo lists and items with advanced features including task assignment, priorities, recurrence, filtering, and webhook notifications.Last updated1
- AlicenseBqualityDmaintenanceA Model Context Protocol server that integrates with the Harvest API v2, enabling time tracking management including listing, creating, updating, and deleting time entries, as well as managing projects, tasks, users and generating reports.Last updated1739MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables seamless integration with Freedcamp API for enterprise-level project management with advanced filtering, full CRUD operations, and extensive customization options.Last updated5MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwhittenberger/huly-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server