AgentVault Server
FreeNot checkedEnables AI agents to manage secrets and credentials from a secure vault via MCP tools over stdio.
About
Enables AI agents to manage secrets and credentials from a secure vault via MCP tools over stdio.
README
The official open-source client for AgentVault — the API-first password/secrets manager for AI agents. An agent gets a real vault, stores secrets encrypted at rest, and fetches exactly one credential at runtime via an av://vault/secret/field reference under a scoped, revocable token.
This package is MIT-licensed. The AgentVault server (vaults, AES-256-GCM encryption, scoped-token issuance, audit) is a Vektra Industries product.
Install
pip install agentvault-sdk # or: uv pip install agentvault-sdk
Use
from agentvault_sdk import AgentVaultClient
av = AgentVaultClient("https://vault.example.com", token="av_...")
av.create_vault("prod")
av.put_secret("prod", "stripe", {"api_key": "sk_live_..."})
# fetch one secret at runtime — no hardcoded keys
key = av.resolve("av://prod/stripe/api_key")
MCP server
Expose AgentVault tools to any MCP-capable agent over stdio:
export AGENTVAULT_URL=https://vault.example.com
export AGENTVAULT_TOKEN=av_...
agentvault-mcp
Tools: av_create_vault, av_put_secret, av_get_secret, av_resolve, av_list_secrets, av_issue_token, av_rotate_secret.
© 2026 Pablo Navarro / Vektra Industries. MIT.
Installing AgentVault Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/PabloTheThinker/agentvault-sdkFAQ
Is AgentVault Server MCP free?
Yes, AgentVault Server MCP is free — one-click install via Unyly at no cost.
Does AgentVault Server need an API key?
No, AgentVault Server runs without API keys or environment variables.
Is AgentVault Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install AgentVault Server in Claude Desktop, Claude Code or Cursor?
Open AgentVault Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare AgentVault Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
