Credential vault for AI agents β Fernet-encrypted keys, per-agent budgets, audit logs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
AI-native credential management for autonomous agents. Store API keys with column-level Fernet encryption, issue unique avk_ keys to registered agent identities, proxy decrypted values with TTL, enforce per-agent spending budgets, log every access, and expose everything as an MCP server.
Autonomous agents need API keys to do anything useful β Stripe, OpenAI, SendGrid, your own internal services. Three bad options today:
AgentVault is option 3 as a service. One avk_ key per agent. Permission patterns (["stripe_*", "openai_*"]). Daily/monthly spending caps. Full access log. MCP-native so agents can vault.get_credential("stripe_key") and get a TTL-bound decrypted value back.
Then in Claude: vault.get_credential("stripe_key") returns the decrypted value.
VAULT_ENCRYPTION_KEY before they hit the database. Stronger than at-rest disk encryption alone.avk_ agent keys β SHA-256 hashed at rest, never stored plaintext. Recognizable prefix like sk_live_ / whsec_.["stripe_*", "openai_*"] scopes an agent without a full policy engine. fnmatch-based./vault/get?cost=0.05 records the spend; 429 once the cap is hit.credential_access_logs with IP, user-agent, error reason.mcp_server/ exposes list_credentials, get_credential, vault_status, set_budget, view_audit_log as stdio MCP tools.| Tier | $/mo | Agents | Credentials | Audit | Rotation | Budgets | Team |
|---|---|---|---|---|---|---|---|
| Free | $0 | 3 | 10 | β | β | β | β |
| Pro | $49 | 25 | 100 | β | β | β | β |
| Business | $149 | β | β | β | β | β | β |
| Enterprise | $499 | β | β | β | β | β | β + SSO + compliance |
Run tests:
Deploy to Railway:
MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentvault)<a href="https://allmcps.com/mcp/agentvault"><img src="https://allmcps.com/api/badge/agentvault?style=directory" alt="Agentvault on AllMCPs" /></a>