check for Zed
dev.getstub/check
Verify what an AI agent did for someone, and what commercial influence the operator disclosed.
client:Zed
transport:stdio
runtime:npm
Install check in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"check": {
"command": "npx",
"args": [
"-y",
"@getstub/mcp-check"
],
"env": {
"STUB_REGISTRY": "<STUB_REGISTRY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs