Work with Hlix projects, tasks, cycles, comments, and verified reviews in one workspace.
claude mcp add hlix -- npx -y @hlix/mcp
claude_desktop_config.json
{
"mcpServers": {
"hlix": {
"command": "npx",
"args": [
"-y",
"@hlix/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"hlix": {
"command": "npx",
"args": [
"-y",
"@hlix/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hlix": {
"command": "npx",
"args": [
"-y",
"@hlix/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"hlix": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hlix/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hlix": {
"command": "npx",
"args": [
"-y",
"@hlix/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hlix-ai--hlix/reviews or the review_server meta-tool.
POST /mcp