@bluesun-networks/huly-mcp
OfficialClick 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., "@@bluesun-networks/huly-mcplist open issues in project Alpha"
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.
@bluesun-networks/huly-mcp
MCP server for Huly project management — issues, documents, people, and labels.
Wraps the official @hcengineering/api-client to expose Huly operations as Model Context Protocol tools.
Setup
Environment Variables
Variable | Required | Default | Description |
| No |
| Huly instance URL |
| Yes | User email for authentication | |
| Yes | User password | |
| Yes | Workspace slug |
MCP Client Configuration
{
"mcpServers": {
"huly": {
"command": "npx",
"args": ["@bluesun-networks/huly-mcp"],
"env": {
"HULY_URL": "https://huly.example.com",
"HULY_EMAIL": "user@example.com",
"HULY_PASSWORD": "password",
"HULY_WORKSPACE": "my-workspace"
}
}
}
}Related MCP server: Huly MCP Server
Tools
Issues (Tracker)
Tool | Description |
| List all projects in the workspace |
| List issues in a project (filter by priority) |
| Get a single issue by identifier (e.g. |
| Create an issue with title, description, priority, due date |
| Update issue fields |
Documents
Tool | Description |
| List document teamspaces |
| List documents in a teamspace |
| Create a document with markdown content |
People / Contacts
Tool | Description |
| List people with email addresses |
| Create a person with email |
Labels
Tool | Description |
| List available labels for issues |
| Add a label to an issue |
Build
npm install
npm run build
node dist/index.jsLicense
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.
Latest Blog Posts
- 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/Bluesun-Networks/huly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server