MCP Server
MCP
io.github.bch1212/agentvault
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "agentvault-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your AgentVault deployment",
"isRequired": true,
"default": "https://agentvault-api-production.up.railway.app",
"name": "AGENTVAULT_API_URL"
},
{
"description": "Your avk_ agent API key",
"isRequired": true,
"isSecret": true,
"name": "AGENTVAULT_AGENT_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment