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 ServerCreate a new high priority issue to fix the login page bug"
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
Custom MCP server for Huly workspace built from scratch. Runs on your remote server and connects to Huly WebSocket API.
Features
✅ Built from scratch - No dependencies on buggy
huly-mcppackage✅ Fixes all bugs - Correct
attachedToClass,collection, andkindfields✅ Auto-resolves project kind IDs - Automatically gets correct task type for each project
✅ Runs on remote server - Deploy on your server where Huly is hosted
✅ Connects via SSH - Cursor connects via SSH to remote server
Installation on Remote Server
Configuration
Create .env file or set environment variables:
Running the Server
On Remote Server
The server uses stdio transport (standard MCP protocol).
Connecting from Cursor
For HTTP Server (Remote)
Add to Cursor Settings → MCP Servers:
For Stdio Server (Local)
How It Works
Connects to Huly: Uses WebSocket API to connect to your Huly workspace
Resolves Project IDs: Automatically converts project names to space IDs
Gets Correct Kind ID: Queries existing issues to get the correct task type ID for each project
Creates Issues Correctly: Sets all fields correctly:
attachedToClass: "tracker:class:Issue"collection: "subIssues"kind: <project-specific-id>
Available Tools
create_issue- Create issues with correct fieldslist_issues- List issues from projectslist_projects- List all projects
Development
Deployment on Remote Server
1. Copy to Server
2. Install and Build
3. Create .env File
4. Test Locally on Server
The server is ready! Cursor will connect via SSH.