conquerors haki for Cursor
io.github.xfloukiex-lab/conquerors-haki
Ruthless prioritization: cuts a list to the 1-3 items that actually serve your goal.
client:Cursor
transport:stdio
runtime:pypi
Install conquerors haki in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"conquerors-haki": {
"type": "stdio",
"command": "uvx",
"args": [
"conquerors-haki-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs