Qwen Code
MCP or Agent Skills bundle
Connect Cognetivy to Qwen Code via the installer (Agent Skills bundle) or MCP. Run npx cognetivy and choose Qwen Code in the CLI; Cognetivy will create the workspace, install its skill where supported, and open Studio. You can also add the Cognetivy MCP server to your client’s MCP config for tool-style access.
Setup
From your project directory:
npx cognetivy
Select Qwen Code in the installer. For MCP-only setup, install globally and add the server to your client config:
{
"mcpServers": {
"cognetivy": {
"command": "cognetivy",
"args": ["mcp"]
}
}
}Use "args": ["mcp", "--workspace", "/path/to/project"] if the workspace is not in your project root.