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.
「開発者ツール」の他のコンテンツ
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
コメント