MCP.so
登录
K

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.

基本信息

分类

开发工具

传输方式

stdio

发布者

arturayupov

提交者

Artur Aiupov

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器