MCP server for credential isolation in LLM agents — bots use passwords without seeing them
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"zerocreds-mcp": {
"command": "npx",
"args": [
"-y",
"Zerocreds-com/zerocreds-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add zerocreds-mcp npx -y Zerocreds-com/zerocreds-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"zerocreds-mcp": {
"command": "npx",
"args": [
"-y",
"Zerocreds-com/zerocreds-mcp"
]
}
}
}
📋 Copy
README Excerpt
MCP server for [ZeroCreds](https://zerocreds.ru) — collect credentials from users without exposing them to the LLM. ``` Claude ZeroCreds Server User │ │ │ ├─zerocreds_create_session──►│ │ │◄─{ token, url }────────────┤ │
Tools (7)
ZEROCREDS_DEFAULT_DESTINATION ZEROCREDS_TG_BOT_TOKEN ZEROCREDS_TG_CHAT_ID ZEROCREDS_TOKEN ZEROCREDS_URL token zerocreds_create_session
Topics
ai-agent claude credentials encryption llm mcp mcp-server model-context-protocol security vault