AgentVault for Zed
io.github.motiveflowllc/agentvault
Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.
client:Zed
transport:stdio
runtime:npm
Install AgentVault in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"@agentvault/mcp-server"
],
"env": {
"AGENTVAULT_AGENT_ID": "<AGENTVAULT_AGENT_ID>",
"AGENTVAULT_API_KEY": "<AGENTVAULT_API_KEY>",
"AGENTVAULT_ENDPOINT": "<AGENTVAULT_ENDPOINT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs