aidress for Zed
io.github.aidress-ai/aidress
Verify, discover, and rate AI agents before transacting.
client:Zed
transport:stdio
runtime:pypi
Install aidress in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aidress": {
"command": "uvx",
"args": [
"aidress-mcp"
],
"env": {
"AIDRESS_API_KEY": "<AIDRESS_API_KEY>",
"AIDRESS_BASE_URL": "<AIDRESS_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs