Skip to content
Zed

qaskills for Zed

io.github.pramoddutta/qaskills

Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.

client:Zed transport:stdio runtime:npm

Install qaskills in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "qaskills": {
      "command": "npx",
      "args": [
        "-y",
        "@qaskills/mcp"
      ],
      "env": {
        "QASKILLS_API_URL": "<QASKILLS_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

qaskills in other clients