MCP Server
MCP
AgentVault
Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.
Install
npx -y @agentvault/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@agentvault/mcp-server",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your agent's DID (e.g., did:hub:your_agent_id). Required for authenticated operations.",
"name": "AGENTVAULT_AGENT_ID"
},
{
"description": "API key for authenticated operations (subscribe, send messages). Get one from app.agentvault.chat.",
"isSecret": true,
"name": "AGENTVAULT_API_KEY"
},
{
"description": "AgentVault API endpoint. Defaults to https://api.agentvault.chat.",
"name": "AGENTVAULT_ENDPOINT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment