qikly for VS Code
io.github.gal-a/qikly
Generates tests from acceptance criteria, then converges code with an agent that never sees them.
client:VS Code
transport:stdio
runtime:pypi
Install qikly in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "qikly-project-root",
"description": "QIKLY_PROJECT_ROOT",
"password": true
}
],
"servers": {
"qikly": {
"type": "stdio",
"command": "uvx",
"args": [
"qikly"
],
"env": {
"QIKLY_PROJECT_ROOT": "${input:qikly-project-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs