AgentVault for Windsurf
io.github.motiveflowllc/agentvault
Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.
client:Windsurf
transport:stdio
runtime:npm
Install AgentVault in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs