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
{
"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