Server data from the Official MCP Registry
MCP server for Huly — manage projects, issues, documents and more via natural language.
MCP server for Huly — manage projects, issues, documents and more via natural language.
Set these up before or after installing:
Environment variable: HULY_TOKEN
Environment variable: HULY_WORKSPACE
Environment variable: HULY_FRONT_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-varaprasadreddy9676-huly-mcp": {
"env": {
"HULY_TOKEN": "your-huly-token-here",
"HULY_FRONT_URL": "your-huly-front-url-here",
"HULY_WORKSPACE": "your-huly-workspace-here"
},
"args": [
"-y",
"huly-mcp-sdk"
],
"command": "npx"
}
}
}This is a well-structured MCP server for Huly project management with proper authentication handling and appropriate permissions for its developer tools purpose. The code demonstrates good security practices with environment variable usage for credentials and comprehensive error handling, though there are minor quality concerns around exception handling patterns. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 6 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!