Huly

by dearlordylord

Not rated
GitHub

About

MCP server for Huly project management system

Details

Author
dearlordylord
Categories
Developer Tools, Project Management, Automation

Setup

Install Huly in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/dearlordylord/huly-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Self-hosted Huly: account locked after failed login attempts

Huly locks password login after 5 failed API authentication attempts. This commonly happens during initial setup when the password is misconfigured. The lock persists in the database across service restarts.

Symptoms:PasswordLoginLockederror from the MCP server, and the Huly web UI shows "Password login is locked due to too many failed attempts. Please use an OTP login method to unlock your account." (OTP won't work without SMTP configured.)

Fix— reset the lock counter in CockroachDB:

# Find your account UUID and check lock status docker exec -e PGPASSWORD=<your_cockroach_password> <cockroach_container> \ cockroach sql --host=localhost --user=<db_user> --database=defaultdb --insecure \ -e "SELECT uuid, failed_login_attempts FROM global_account.account;" # Reset the counter docker exec -e PGPASSWORD=<your_cockroach_password> <cockroach_container> \ cockroach sql --host=localhost --user=<db_user> --database=defaultdb --insecure \ -e "UPDATE global_account.account SET failed_login_attempts = 0 WHERE uuid = '<your_account_uuid>';"

The CockroachDB credentials can be found in your Hulycompose.ymlor viadocker exec <cockroach_container> env | grep COCKROACH.

- Bash wrapper scripts(sourcing.envfiles) may not work reliably when launched by MCP clients on Windows. Prefer setting env vars directly in the MCP config JSON.
- Docker pulls over SSHmay fail on Windows due to credential manager issues. Pull images from the server desktop if needed.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

A development management tool for project planning, task management, and development workflows.

A server for managing sequential development tasks with configurable rules using external .mdc files.

Project management inside every AI coding tool — plans what's next, tracks every decision, stops drift.

Facilitates software development planning through an interactive and structured approach.

A tool for structured software development planning, helping to break down projects into tasks and track progress.

Keep teams & agents coordinated automatically

Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.

The Outcome Backcasting MCP is a strategic planning tool that helps you work backwards from a desired future outcome to identify the specific steps, resources, and dependencies needed to achieve your goals. Unlike traditional forward planning, backcasting starts with your end goal and creates a reverse roadmap to get there.

Interact with the ClickUp API to manage tasks, lists, and spaces, automating project planning and workflows.

Apify-hosted MCP server for ClickUp with 20 tools. Tasks, spaces, folders, lists, views, docs, and custom fields. No local setup needed.](#environment-variables)

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.