Agentic Keyvault
БесплатноНе проверенA self-hostable secrets manager with an MCP server that enables AI agents to securely store, version, and retrieve API keys and tokens, ensuring they are never
Описание
A self-hostable secrets manager with an MCP server that enables AI agents to securely store, version, and retrieve API keys and tokens, ensuring they are never lost.
README
A Cloudflare-native secrets manager with a CLI and an MCP server. Never lose an API key again.
agentic-keyvault is a small, self-hostable secrets store that runs entirely on
Cloudflare Workers + D1. It gives you one source of truth for your API keys,
tokens, and environment variables — one that you (and your AI coding agents) can
read back, version, and rotate in a single place.
Why
AI coding agents increasingly generate and set secrets for you — random API keys, internal tokens, signing secrets — and push them straight into write-only encrypted stores (Cloudflare Worker secrets, Vercel env, etc.). Those stores never let you read the value back, so:
- The value is lost the moment it's set — you never saw it, you can't reuse it.
- Rotating a provider key (shown only once) means updating it in many places. Miss one and production breaks.
agentic-keyvault fixes this by being a store you own and can read from,
designed for both humans (CLI) and agents (MCP):
- Projects group your secrets. A project can optionally bind to a GitHub
repo origin, so
akv env pullinside a repo just works. - General (repo-less) secrets live under a project too.
- Every write is versioned and never deleted — nothing is ever lost.
- Rotate once, read everywhere.
Architecture
┌──────────────┐ ┌──────────────┐
human → │ CLI (akv) │ │ MCP server │ ← AI agent
└──────┬───────┘ └──────┬───────┘
│ bearer token (HTTPS) │
└───────────┬────────────┘
▼
┌───────────────────────┐
│ Cloudflare Worker │ REST API + envelope crypto
│ (Hono) │
└───────────┬───────────┘
▼
┌───────────────────────┐
│ Cloudflare D1 (SQLite)│ encrypted secret versions + metadata
└───────────────────────┘
- Storage: Cloudflare D1. Queryable, transactional, versioned. Secret values are stored only as ciphertext.
- Encryption: envelope encryption with
AES-256-GCM. A master key (KEK) lives as a Worker secret; each secret version has its own random data key (DEK) that is wrapped by the KEK. A D1/backup leak alone reveals nothing. - Auth: opaque bearer tokens, stored SHA-256 hashed. Admin token plus project-scoped read-only / read-write tokens for agents.
See docs/ARCHITECTURE.md for the full design and threat model.
Packages
| Package | Description |
|---|---|
| packages/worker | Cloudflare Worker — REST API, envelope crypto, D1 access |
| cli-go | akv — the primary Go CLI (Cobra), static binaries via GoReleaser |
| packages/cli | original TypeScript CLI (bun) |
| packages/mcp | stdio MCP server for AI agents |
| packages/shared | shared TS API client + types |
The Go CLI (cli-go/) is the primary, production CLI: OS-keychain token storage
with AKV_TOKEN env override for agents/CI, akv run -- <cmd> to inject secrets
into a subprocess, .env/JSON export, shell completions, and --json everywhere.
Status
Early development. Built in phases — see docs/ARCHITECTURE.md.
License
MIT © Hitesh Sisara
Установка Agentic Keyvault
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Hitesh-Sisara/agentic-keyvaultFAQ
Agentic Keyvault MCP бесплатный?
Да, Agentic Keyvault MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agentic Keyvault?
Нет, Agentic Keyvault работает без API-ключей и переменных окружения.
Agentic Keyvault — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agentic Keyvault в Claude Desktop, Claude Code или Cursor?
Открой Agentic Keyvault на 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 Agentic Keyvault with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
