AgentVault for Cursor
io.github.motiveflowllc/agentvault
Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.
client:Cursor
transport:stdio
runtime:npm
Install AgentVault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentvault/mcp-server"
],
"env": {
"AGENTVAULT_AGENT_ID": "<AGENTVAULT_AGENT_ID>",
"AGENTVAULT_API_KEY": "<AGENTVAULT_API_KEY>",
"AGENTVAULT_ENDPOINT": "<AGENTVAULT_ENDPOINT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs