Keyward
@arturayupov
关于 Keyward
Local, encrypted secret broker for AI agents — tools request an API key by name over MCP, you approve in a native OS dialog, and only that key is injected into your project; the model never sees the value.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Keyward?
Keyward is a local, encrypted secret broker for AI agents. When an agent requests an API key by name over MCP, Keyward prompts you to approve the request via a native OS dialog, then injects only that key into your project without the model ever seeing the value.
How to use Keyward?
—
Key features of Keyward
- Local, encrypted secret storage
- Agent requests keys by name over MCP
- Approval via native OS dialog
- Only requested key injected into project
- Model never sees the secret value
Use cases of Keyward
- Secure API key management for AI agents
- Prevent credential leakage to language models
- Granular per-request secret approval
FAQ from Keyward
How does Keyward differ from using environment variables or .env files?
Keyward keeps secrets encrypted and only injects the specific key approved per request, so the model and any third-party code never have access to all your secrets.
Where are secrets stored?
Secrets are stored locally in an encrypted store. No data leaves your machine.
Does Keyward work in headless or automated environments?
Approval requires a native OS dialog, so headless or fully automated workflows cannot approve requests.
What transport does Keyward use?
Keyward communicates with AI agents using the Model Context Protocol (MCP).
Does Keyward ever expose secrets to the model?
No. Keyward injects only the approved key into the project’s tool‑call response; the model never sees the raw secret.
开发工具 分类下的更多 MCP 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论