Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
claude mcp add agentvault -- npx -y agentvault-mcp
claude_desktop_config.json
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.bch1212--agentvault/reviews or the review_server meta-tool.
POST /mcp