AgentVault
Rank #29,652io.github.bch1212/agentvault
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
AgentVault is a Model Context Protocol (MCP) server published by bch1212. It ranks #29,652 of 115,460 servers tracked on MCP Toplist. AgentVault is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 13, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 85,808 of 115,460 servers on MCP Toplist.
Use AgentVault
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agentvault -e "AGENTVAULT_API_URL=<your AGENTVAULT_API_URL>" -e "AGENTVAULT_AGENT_KEY=<your AGENTVAULT_AGENT_KEY>" -- npx -y agentvault-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agentvault]
command = "npx"
args = ["-y", "agentvault-mcp"]
[mcp_servers.agentvault.env]
AGENTVAULT_API_URL = "<your AGENTVAULT_API_URL>"
AGENTVAULT_AGENT_KEY = "<your AGENTVAULT_AGENT_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
],
"env": {
"AGENTVAULT_API_URL": "<your AGENTVAULT_API_URL>",
"AGENTVAULT_AGENT_KEY": "<your AGENTVAULT_AGENT_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
],
"env": {
"AGENTVAULT_API_URL": "<your AGENTVAULT_API_URL>",
"AGENTVAULT_AGENT_KEY": "<your AGENTVAULT_AGENT_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
],
"env": {
"AGENTVAULT_API_URL": "<your AGENTVAULT_API_URL>",
"AGENTVAULT_AGENT_KEY": "<your AGENTVAULT_AGENT_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
],
"env": {
"AGENTVAULT_API_URL": "<your AGENTVAULT_API_URL>",
"AGENTVAULT_AGENT_KEY": "<your AGENTVAULT_AGENT_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
],
"env": {
"AGENTVAULT_API_URL": "<your AGENTVAULT_API_URL>",
"AGENTVAULT_AGENT_KEY": "<your AGENTVAULT_AGENT_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bch1212%2Fagentvault)<a href="https://mcptoplist.com/server/io.github.bch1212%2Fagentvault"><img src="https://mcptoplist.com/badge/io.github.bch1212%2Fagentvault.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bch1212
Other servers by bch1212
- agentfetch-mcp#19,318 · 1 ver
- Agent Commerce MCP#20,517 · 4 vers
- QueryShield#21,430 · 1 ver
- ModelWatch#23,142 · 2 vers
- GrantIQ MCP#25,349 · 2 vers
- AgentTrust MCP#54,749 · 1 ver
- BizIntel MCP#54,750 · 1 ver
- InjectShield#54,751 · 1 ver
- outdooriq-mcp#54,752 · 1 ver
- PubRecords MCP#54,753 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 13, 2026 |
Frequently asked questions
- Who maintains AgentVault?
- AgentVault is maintained by bch1212, which publishes 11 MCP servers (16 total versions) tracked on MCP Toplist.
- Is AgentVault listed on the Official MCP Registry?
- Yes — AgentVault is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentVault have?
- MCP Toplist tracks 1 version of AgentVault, most recently published on May 13, 2026.
- Where can I find the source code for AgentVault?
- The source code for AgentVault is hosted at github.com/bch1212/agentvault.