MCP server for credential isolation β bots use passwords and API keys without seeing them
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
MCP server for ZeroCreds β collect credentials from users without exposing them to the LLM.
Add to ~/.claude/mcp.json (Claude Code) or Claude Desktop config:
| Variable | Required | Description |
|---|---|---|
ZEROCREDS_URL | no | Server URL (default: https://zerocreds.ru) |
ZEROCREDS_TOKEN | yes | Admin or integrator token |
ZEROCREDS_DEFAULT_DESTINATION | no | Default destination name (default: local-dev) |
ZEROCREDS_TG_BOT_TOKEN | no | Telegram bot token β auto-sends the link |
ZEROCREDS_TG_CHAT_ID | no | Telegram chat ID |
zerocreds_create_sessionCreates a one-time form session. Returns { token, url, expires_at }.
Claude shows url to the user, then polls zerocreds_check_status every 5β10 seconds.
Parameters:
title (required) β form headingfields (required) β array of { name, label, type?, placeholder?, required?, level? }description β optional subtextdestination β named destination from server config; overrides env defaultttl_minutes β link expiry (default: 30)Field types: text, password, email, tel, number, textarea, url
Field levels (optional, shown to user as privacy indicator):
secret Β· pii Β· attribute Β· credential
zerocreds_check_statusPolls session status. Returns { status: "pending" | "done" | "expired" }.
See zerocreds-server to run your own instance.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vault-mcp)<a href="https://allmcps.com/mcp/vault-mcp"><img src="https://allmcps.com/api/badge/vault-mcp?style=directory" alt="Vault MCP on AllMCPs" /></a>