Skip to content
Cursor

qikly for Cursor

io.github.gal-a/qikly

Generates tests from acceptance criteria, then converges code with an agent that never sees them.

client:Cursor transport:stdio runtime:pypi

Install qikly in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "qikly": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "qikly"
      ],
      "env": {
        "QIKLY_PROJECT_ROOT": "<QIKLY_PROJECT_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

qikly in other clients