Skip to content
Claude Desktop

Vault MCP for Claude Desktop

io.github.chill-ai-space/vault

MCP server for credential isolation — bots use passwords and API keys without seeing them

client:Claude Desktop transport:stdio runtime:npm

Install Vault MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "vault": {
      "command": "npx",
      "args": [
        "-y",
        "chillai-vault-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Vault MCP in other clients