AI agents, consultants, and freelancers get full access to your tools — without ever seeing a single credential. You stay in control.
Nobody should need your password to do their job.
MCP server for AI agents. Log into websites, call APIs, import .env files — agent never sees a password. AES-256 encryption, SHA-256 audit chain, TOTP.
Consultant applies methodology to your systems through a credential proxy. They see dashboards and results — never the underlying passwords or API keys.
Hire a freelancer. They work with your tools — Jira, Shopify, AWS, whatever — through credential proxy. You grant access, they work, you revoke anytime.
Your passwords and API keys are encrypted on your machine with AES-256-GCM. They never leave your device.
Agent, consultant, or freelancer asks to use a service. They describe what they need — not the credentials.
Vault decrypts and injects credentials into browser or API call. The worker sees the result, not the password.
Every access logged with tamper-proof hash chain. Revoke with one click. Session creds auto-expire.
Claude uses vault_login to authenticate on GitHub, creates a PR, pushes code. Never sees the password or SSH key.
Consultant analyzes your Meta Ads and Google Ads dashboards through credential proxy. They see the data, not the login.
Agent calls Stripe API through vault_api_request. Bearer token injected at proxy level. Agent gets the response, never the key.
Freelancer accesses AWS console via session-scoped credential. You see every action in the audit log. Revoke after project ends.
Auditor inspects your cloud setup without extracting credentials. Their session is recorded. No NDA needed for the credential part.
Virtual assistant processes orders, updates products, handles customer service — all through credential proxy. You revoke access when the contract ends.
Open source. MIT license. Works with any MCP-compatible agent.
# install npm install -g chillai-vault-mcp # initialize vault vault-mcp init # add credential (opens secure form) vault-mcp add github # start mcp server vault-mcp start
{
"mcpServers": {
"vault": {
"command": "vault-mcp",
"args": ["start"],
"env": {
"VAULT_PASSPHRASE": "your-passphrase"
}
}
}
}
Compatible with OpenAI, Anthropic, Stripe, GitHub, GitLab, Jira, Slack, Twilio, SendGrid, Google Maps, Shopify, AWS, and 25+ more.
Open source tools are free forever. Managed services for teams and enterprises.
Start with the free open-source tools. Upgrade when your team needs managed security.