AgentVault Server
БесплатноНе проверенEnables AI agents to manage secrets and credentials from a secure vault via MCP tools over stdio.
Описание
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.
Установить AgentVault Server в Claude Desktop, Claude Code, Cursor
unyly install agentvault-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add agentvault-mcp-server -- uvx --from git+https://github.com/PabloTheThinker/agentvault-sdk agentvault-sdkFAQ
AgentVault Server MCP бесплатный?
Да, AgentVault Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для AgentVault Server?
Нет, AgentVault Server работает без API-ключей и переменных окружения.
AgentVault Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить AgentVault Server в Claude Desktop, Claude Code или Cursor?
Открой AgentVault Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzCompare AgentVault Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
