
Wardn
Supports UIby rohansx
Credential isolation for AI agents. Real keys are injected at the network layer, ensuring agents never see or leak your actual API keys.
What it does
Wardn provides a secure vault and proxy layer that isolates sensitive credentials from AI agents. Instead of providing real API keys in environment variables—which are prone to leakage via logs or prompt injections—Wardn gives agents useless placeholder tokens. The real keys are securely stored in an encrypted vault and injected only at the network layer by the Wardn daemon.
Tools
get_credential_ref: Returns a placeholder token for a specific credential.list_credentials: Lists all credentials the agent is authorized to access.check_rate_limit: Provides remaining quota and retry information for a credential.
Installation
Install via Cargo:
cargo install wardn
Then configure for Claude Desktop:
{
"mcpServers": {
"wardn": {
"command": "wardn",
"args": ["serve", "--mcp", "--agent", "claude-desktop"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, and Cursor.
Quick install
cargo install wardnInformation
- Pricing
- free
- Published
- 5/12/2026
- stars





