Skip to main content
Glama
PabloTheThinker

AgentVault MCP Server

AgentVault SDK

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

Related MCP server: Kova Mind MCP Server

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.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Vaultwarden/Bitwarden vault management. Enables AI agents to securely create, search, read, and update vault items via the official Bitwarden CLI, with safe-by-default redaction and support for both stdio and SSE transports.
    53
    341
    12
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI memory persistence and secure credential management via vault tools for MCP-compatible clients like Claude Desktop, Cursor, and VS Code.
    12
    17
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to securely manage API keys and secrets via the MCP protocol, with encrypted storage at rest and a simple CLI and Python SDK.
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server enabling AI agents to use secrets (API keys, tokens) via encrypted vault, executing HTTP/shell/SSH actions server-side while never exposing secret values to the AI.
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared long-term memory vault for AI agents with 20 MCP tools.

  • Encrypted secret store and rotation for autonomous agent credentials

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PabloTheThinker/agentvault-sdk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server